# Functions
Add pushes a new job to the pool using default goroutine pool.
AddWithRecover pushes a new job to the 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.