mirror of https://github.com/panjf2000/ants.git
add MIT license
This commit is contained in:
parent
1b2113dd67
commit
679af052bd
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
[![godoc for panjf2000/ants][1]][2]
|
[![godoc for panjf2000/ants][1]][2]
|
||||||
[![goreportcard for panjf2000/ants][3]][4]
|
[![goreportcard for panjf2000/ants][3]][4]
|
||||||
|
![License](https://img.shields.io/dub/l/vibe-d.svg)
|
||||||
|
|
||||||
Package ants implements a fixed goroutine pool for managing and recycling a massive number of goroutines, allowing developers to limit the number of goroutines that created by your concurrent programs.
|
Package ants implements a fixed goroutine pool for managing and recycling a massive number of goroutines, allowing developers to limit the number of goroutines that created by your concurrent programs.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue