Skip to content

Releases: yankooo/wasps

v0.0.1

06 Jun 17:46
5058bbd
Compare
Choose a tag to compare

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.