Skip to content

v0.0.1

Latest
Compare
Choose a tag to compare
@yankooo yankooo released this 06 Jun 17:46
· 4 commits to master since this release
5058bbd

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.
  • Asynchronous mechanism.