Skip to content

Release 3.1.0

Compare
Choose a tag to compare
@deankarn deankarn released this 20 Jun 15:47
· 2 commits to v3 since this release

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.