# Go でバッチ処理をいい感じに [destel/rill: Go toolkit for clean, composable, channel-based concurrency](https://github.com/destel/rill) 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. > [!note] [[Serverless]] に組み込むとか。