How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
<UNMAINTAINED> Hunch provides functions like: All, First, Retry, Waterfall etc., that makes asynchronous flow control more intuitive.
The main features of aaronjan/hunch are: Concurrency Management, Concurrency Tools.
Open-source alternatives to aaronjan/hunch include: alitto/pond — 🔘 Minimalistic and High-performance goroutine worker pool written in Go. ddelizia/channelify — Make functions return a channel for parallel processing via go routines. ashvinbambhaniya/autopool — Zero-config, auto-scaling worker pool for Go with priority-aware scheduling, adaptive resource management, and… benmanns/goworker — goworker is a Go-based background worker that runs 10 to 100,000* times faster than Ruby-based workers. arunsworld/nursery — Structured Concurrency in Go. destel/rill — Go toolkit for clean, composable, channel-based concurrency.
🔘 Minimalistic and High-performance goroutine worker pool written in Go
Zero-config, auto-scaling worker pool for Go with priority-aware scheduling, adaptive resource management, and per-task retry logic.
goworker is a Go-based background worker that runs 10 to 100,000* times faster than Ruby-based workers.