Releases: mrsoftware/errors
Releases · mrsoftware/errors
v0.2.0-alpha.3
refactor waitGroup chanel in a simpler solution
v0.2.0-alpha.2
handle done chanel like context done chanel
v0.2.0-alpha
- 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