🐜🐜🐜 ants is a high-performance and low-cost goroutine pool in Go, inspired by fasthttp./ ants 是一个高性能且低损耗的 goroutine 池。
Go to file
Andy Pan 04e6d942d4 add benchmark test 2018-05-19 15:57:04 +08:00
LICENSE Initial commit 2018-05-19 09:13:39 +08:00
README.md init proj 2018-05-19 09:15:54 +08:00
ants.go update go test 2018-05-19 15:22:14 +08:00
ants_benchmark_test.go add benchmark test 2018-05-19 15:57:04 +08:00
ants_logo.png init proj 2018-05-19 09:15:54 +08:00
ants_test.go update go test 2018-05-19 15:22:14 +08:00
pool.go add benchmark test 2018-05-19 15:57:04 +08:00
worker.go add codes for reusing workers 2018-05-19 13:09:44 +08:00

README.md

ants

A goroutine pool for Go