Skip to content

Releases: eleniums/async

Release 2.2.0

15 Jun 03:47

Choose a tag to compare

Support Go Modules.

Release 2.1.1

16 Sep 22:22

Choose a tag to compare

  • TaskPool: Only return errors on channel if they are not nil.
  • TaskPool: Release semaphore all at once after waiting.

Release 2.1.0

14 Sep 23:25
b4bb246

Choose a tag to compare

  • Add method to assign a handler to an error channel that will get called anytime an error is received.

Release 2.0.0

11 Aug 03:46
24f392e

Choose a tag to compare

  • Change methods to return an error channel, so all errors can be retrieved.
  • Change looping methods to use a context for cancellation, to prevent additional tasks from being run.
  • Add Wait method to wait for an error to occur or all tasks to complete.

Release 1.0.1

09 Jul 08:09

Choose a tag to compare

  • Remove channel buffering.

Release 1.0.0

12 May 21:24

Choose a tag to compare

  • Collection of functions for running code concurrently.