Releases: Azure/go-asynctask
Releases · Azure/go-asynctask
race safe
v1.1.1 AfterAll{3,4,5}
Introduce AfterAll{3,4,5} for easy task chaining.
v1.1.0-alpha
try afterBoth
v1.0.0 - use go generic
Now using go generics, but this will break previous version.
continueWith
v0.5.1 Create codeql-analysis.yml (#11)
introduce waitAll
implement waitAll (#5) * attempt to implement waitAll * WaitAll with options * cover context cancel case in WaitAll * update test comments * waitAll * prevent unittest from stuck * limit all test to finish in 3 seconds * tweaks * tweaks * tweak * - distinguash softClose and hardClose - waitOne as a function
bug fix
handles nil pointer error
- handles nil pointer error
- NewCompletedTask returns a completed task