10319
Stars
355
Forks
MIT
License
Go
Language
2024-04-26
Last Update
28
Open Issues
concurrency
go
golang
goroutines
Related in Goroutines
- anchor - Library to manage component lifecycle in microservice architectures.
- ants - A high-performance and low-cost goroutine pool in Go.
- artifex - Simple in-memory job queue for Golang using worker-based dispatching.
- async - An asynchronous task package with async/await style for Go.
- async - An alternative sync library for Go (Future, Promise, Locks).
- async - A safe way to execute functions asynchronously, recovering them in case of panic.
- async-job - AsyncJob is an asynchronous queue job manager with light code, clear and speed.
- breaker - Flexible mechanism to make execution flow interruptible.
- channelify - Transform your function to return channels for easy and powerful parallel processing.
- concurrency-limiter - Concurrency limiter with support for timeouts, dynamic priority and context cancellation of goroutines.