8 lines
91 B
Go
8 lines
91 B
Go
package service
|
|
|
|
import "github.com/panjf2000/ants/v2"
|
|
|
|
var (
|
|
pool, _ = ants.NewPool(5)
|
|
)
|