workerpool v1.0.1 Release Notes

Release Date: 2018-08-12 // over 5 years ago
  • Delegate function is now blocking due to the issue where the goroutine won't run at all since delegate function has not other command to run after the goroutine has started.

    Now you have to run Delegate function in a goroutine by yourself to avoid blocking.