Selected Tags
Click on a tag to remove itMore Tags
Click on a tag to add it and filter downGoroutines packages
Showing projects tagged as Goroutines
-
goworker
8.4 3.3 Gogoworker is a Go-based background worker that runs 10 to 100,000* times faster than Ruby-based workers. -
pool
6.8 0.0 Go:speedboat: a limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation -
Go-Taskflow
6.5 5.2 GoA pure go General-purpose Task-parallel Programming Framework with integrated visualizer and profiler -
go-actor
5.5 4.9 GoA lightweight library for writing concurrent programs in Go using the Actor model. -
go-workers
4.8 0.0 GoDISCONTINUED. 👷 Library for safely running groups of workers concurrently or consecutively that require input and output through channels -
async
4.7 0.0 GoA safe way to execute functions asynchronously, recovering them in case of panic. It also provides an error stack aiming to facilitate fail causes discovery. -
gollback
4.2 0.0 GoGo asynchronous simple function utilities, for managing execution of closures and callbacks -
Hunch
4.0 0.0 GoDISCONTINUED. <UNMAINTAINED> Hunch provides functions like: All, First, Retry, Waterfall etc., that makes asynchronous flow control more intuitive. -
gpool
3.5 0.0 GoDISCONTINUED. gpool - a generic context-aware resizable goroutines pool to bound concurrency based on semaphore. -
go-do-work
3.5 0.0 GoDynamically resizable pools of goroutines which can queue an infinite number of jobs.