v0.2.0-alpha
Pre-release
Pre-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