News Score: Score the News, Sort the News, Rewrite the Headlines

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

Rill is a toolkit that brings composable concurrency to Go, making it easier to build concurrent programs from simple, reusable parts. It reduces boilerplate while preserving Go's natural channel-based model. go get -u github.com/destel/rill Goals Make common tasks easier. Rill provides a cleaner and safer way of solving common concurrency problems, such as parallel job execution or real-time event processing. It removes boilerplate and abstracts away the complexities of goroutine, channel, and ...

Read more at github.com

© News Score  score the news, sort the news, rewrite the headlines