fix(goroutines): added yaitoo/async (#5240)

This commit is contained in:
Lz 2024-08-12 21:46:39 +08:00 committed by GitHub
parent 3cffb5a20b
commit abe1163890
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.