🐜🐜🐜 ants is a high-performance and low-cost goroutine pool in Go, inspired by fasthttp./ ants 是一个高性能且低损耗的 goroutine 池。
Go to file
Andy Pan 47e2b9efaa gofmt 2018-05-20 21:29:38 +08:00
examples add a new module of cleaning up goroutines 2018-05-20 18:57:11 +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 add all comments 2018-05-20 21:09:45 +08:00
ants_benchmark_test.go gofmt 2018-05-20 21:28:32 +08:00
ants_logo.png init proj 2018-05-19 09:15:54 +08:00
ants_test.go gofmt 2018-05-20 21:29:38 +08:00
pool.go gofmt 2018-05-20 21:29:38 +08:00
worker.go add all comments 2018-05-20 21:09:45 +08:00

README.md

ants

A goroutine pool for Go