Skip to content

Releases: mrsoftware/errors

v0.2.0-alpha.3

v0.2.0-alpha.3 Pre-release
Pre-release

Choose a tag to compare

@mrsoftware mrsoftware released this 08 Oct 19:33
refactor waitGroup chanel in a simpler solution

v0.2.0-alpha.2

v0.2.0-alpha.2 Pre-release
Pre-release

Choose a tag to compare

@mrsoftware mrsoftware released this 08 Oct 17:34
handle done chanel like context done chanel

v0.2.0-alpha

v0.2.0-alpha Pre-release
Pre-release

Choose a tag to compare

@mrsoftware mrsoftware released this 10 Aug 17:04
  • 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

v0.1.0

Choose a tag to compare

@mrsoftware mrsoftware released this 08 Jul 19:54
write unit test for field format method