package
2.7.3
Repository: https://github.com/aeo123/gf.git
Documentation: pkg.go.dev

# Functions

Add pushes a new job to the default goroutine pool.
AddWithRecover pushes a new job to the default pool with specified recover function.
Jobs returns current job count of default goroutine pool.
New creates and returns a new goroutine pool object.
Size returns current goroutine count of default goroutine pool.

# Structs

Pool manages the goroutines using pool.

# Type aliases

Func is the pool function which contains context parameter.
RecoverFunc is the pool runtime panic recover function which contains context parameter.