# 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.
# Type aliases
Func is the pool function which contains context parameter.
RecoverFunc is the pool runtime panic recover function which contains context parameter.