Get the latest tech news

Show HN: Rill – Composable concurrency toolkit for Go


Go toolkit for clean, composable, channel-based concurrency - destel/rill

Rill provides a cleaner and safer way of solving common concurrency problems, such as parallel job execution or real-time event processing. Pipelines typically consist of a sequence of non-blocking channel transformations, followed by a blocking stage that returns a final result and an error. The general rule is: any error occurring anywhere in a pipeline is propagated down to the final stage, where it's caught by some blocking function and returned to the caller.

Get the Android app

Or read this on Hacker News

Read more on:

Photo of rill

rill