Releases: Azure/go-asynctask
Releases · Azure/go-asynctask
docs update
What's Changed
- docstrings update by @lesichkovm in #105
- lots of dependabot module updates
New Contributors
- @lesichkovm made their first contribution in #105
Full Changelog: v1.7.0...v1.7.1
v1.7.0
remove restriction on return pointer value of TypeParameter
- bump golang version to 1.20
- use sync.RWMutex to replace sync.Mutex
- minor update to readme
Add WaitAny
Add WaitAny to this package:
WaitAny will block current thread til any of task completed.
If FailOnAnyError is set, first error from any tasks passed in will be returned
asynctask v1.4.0
- go mod update to 1.18 (result to minor version bump 1.4)
- fix a bug where waitAll could send on closed channel
fix waitAll stuck on empty waitables
v1.3.1 fix waitAll (#23)
afterBoth to merge 2 future input
after both, actionToFunc (#21) * try afterBoth * update after_both * ActionToFunc * more tweaks * remove afterAll, ready to merge to main * code coverage * update comments
after both, after all, actionToFunc
v1.2.4-dev Merge branch 'master' into haitao/afterBoth
after both, after all, actionToFunc
after both
after all
actionToFunc
after both, after all
pre-release for after both, after all.