mirror of https://github.com/panjf2000/ants.git
Update doc.go
This commit is contained in:
parent
b5a214b59f
commit
5a77e7a59d
5
doc.go
5
doc.go
|
@ -1,10 +1,5 @@
|
|||
// Copyright 2019 Andy Pan. All rights reserved.
|
||||
// Use of this source code is governed by an MIT-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
/*
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue