mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
fix(goroutines): added yaitoo/async (#5240)
This commit is contained in:
parent
3cffb5a20b
commit
abe1163890
@ -1280,6 +1280,7 @@ _Tools for managing and working with Goroutines._
|
||||
|
||||
- [ants](https://github.com/panjf2000/ants) - A high-performance and low-cost goroutine pool in Go.
|
||||
- [artifex](https://github.com/borderstech/artifex) - Simple in-memory job queue for Golang using worker-based dispatching.
|
||||
- [async](https://github.com/yaitoo/async) - An asynchronous task package with async/await style for Go.
|
||||
- [async](https://github.com/reugn/async) - An alternative sync library for Go (Future, Promise, Locks).
|
||||
- [async](https://github.com/studiosol/async) - A safe way to execute functions asynchronously, recovering them in case of panic.
|
||||
- [async-job](https://github.com/lab210-dev/async-job) - AsyncJob is an asynchronous queue job manager with light code, clear and speed.
|
||||
|
Loading…
Reference in New Issue
Block a user