Skip to content

v0.2.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@mrsoftware mrsoftware released this 10 Aug 17:04
· 3 commits to main since this release
  • update WaitGroup
    • add options capability to waitGroup and support for parent sync.WaitGroup
    • add the Do method for better DX
    • create the WaitGroupWithTaskLimit option to control concurrent tasks in the Do method
    • create the WaitGroupWithTaskRunner option to control the task runner
    • create the WaitGroupWithStopOnError option to cancel other tasks and NewWaitGroupWithContext function to create WaitGroup with custom context