forked from mirror/ants
6 lines
219 B
Go
6 lines
219 B
Go
|
/*
|
||
|
Library ants implements a goroutine pool with fixed capacity, managing and recycling a massive number of goroutines,
|
||
|
allowing developers to limit the number of goroutines in your concurrent programs.
|
||
|
*/
|
||
|
package ants
|