pool v3.1.1 Release Notes

Release Date: 2016-08-23 // over 7 years ago
  • 🛠 What was Fixed?

    • ⚡️ Go 1.7's race detector got even better and found a potential race that was not detected in Go 1.6.x and so this fixes that; no breaking changes, just update.

Previous changes from v3.1.0

  • What's New?

    • ➕ Added WaitAll() function to the batch, for when you need to wait for all work to be processed, but don't need to know the results.

    🌲 eg. If the Work Unit's handle their own errors, logging etc... and it doesn't need to be reported back to the calling program.