mirror of
https://github.com/panjf2000/ants.git
synced 2025-12-16 18:11:03 +00:00
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
|