Skip to content

Releases: pieterclaerhout/go-waitgroup

v1.0.7

21 Feb 09:14

Choose a tag to compare

  • The Add functions can now take a list of functions to execute
  • Added a Makefile which can be used for testing and running
  • Added a GitHub Action which does a test run and a build for every commit

v1.0.6

01 Oct 16:20

Choose a tag to compare

Added a license

v1.0.5

30 Sep 15:59

Choose a tag to compare

Added the ErrorGroup

v1.0.4

30 Sep 07:07

Choose a tag to compare

Added the Add function

v1.0.3

30 Sep 07:06

Choose a tag to compare

Removed the need for the sync/atomic package

v1.0.2

30 Sep 07:06

Choose a tag to compare

Added the PendingCount function

v1.0.1

30 Sep 07:06

Choose a tag to compare

New release

v1.0.0

30 Sep 07:05

Choose a tag to compare

Initial release.