ants/doc.go

6 lines
219 B
Go
Raw Normal View History

2019-10-13 17:38:15 +03:00
/*
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