You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Features
Automatic scheduling goroutine.
Provides commonly-used interfaces: task submission, getting the number of running goroutines, dynamically adjusting the size of the pool, and releasing the pool.
Provide callback type goroutine pool, serialization work goroutine pool, custom work goroutine pool.
Support custom work goroutine, support panic processing of task goroutine, and custom pass parameter of closure function.