Skip to content

Releases: Azure/go-asynctask

v1.1.1 AfterAll{3,4,5}

05 Jul 23:47
Compare
Choose a tag to compare
Pre-release

Introduce AfterAll{3,4,5} for easy task chaining.

v1.1.0-alpha

26 Jun 09:59
Compare
Choose a tag to compare
v1.1.0-alpha Pre-release
Pre-release
try afterBoth

v1.0.0 - use go generic

31 May 20:51
22f8251
Compare
Choose a tag to compare

Now using go generics, but this will break previous version.

continueWith

06 Oct 07:36
82eac13
Compare
Choose a tag to compare
v0.5.1

Create codeql-analysis.yml (#11)

introduce waitAll

20 May 23:31
1500ff5
Compare
Choose a tag to compare
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

14 Apr 07:02
9e1efed
Compare
Choose a tag to compare

fix a panic bug while check nil error pointer

handles nil pointer error

14 Apr 00:00
d54bfec
Compare
Choose a tag to compare
  • handles nil pointer error
  • NewCompletedTask returns a completed task

v0.3.0

16 Mar 16:52
e5ce377
Compare
Choose a tag to compare
Update README.md