gliter
A high-performance Go library for building async pipelines, fan-out/fan-in workflows, and worker pools without the footguns.
Why it exists
To make concurrency safe, expressive, and actually pleasant.
Features include
- Clean pipeline composition
- WorkerPool & InParallel helpers
- Backpressure & retries
- Context-safe operations
- Production-friendly patterns