Update description of ants (#2892)

This commit is contained in:
Andy Pan 2020-01-07 18:13:29 +08:00 committed by GitHub
parent bb0c32c979
commit d0a244e5d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -803,7 +803,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*Tools for managing and working with Goroutines.*
* [ants](https://github.com/panjf2000/ants) - A high-performance goroutine pool for golang.
* [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/studiosol/async) - A safe way to execute functions asynchronously, recovering them in case of panic.
* [breaker](https://github.com/kamilsk/breaker) - Flexible mechanism to make execution flow interruptible.