Skip to content

Releases: brad-jones/goasync

v2.1.2

11 Mar 02:31
Compare
Choose a tag to compare

2.1.2 (2021-03-11)

Bug Fixes

  • deps: bump github.com/brad-jones/goerr/v2 from 2.1.1 to 2.1.3 (#48) (0713234)
  • deps: bump github.com/stretchr/testify from 1.6.1 to 1.7.0 (#25) (e12a02f)

v2.1.1

18 Sep 10:22
Compare
Choose a tag to compare

2.1.1 (2020-09-18)

Bug Fixes

  • deps: bump github.com/brad-jones/goerr/v2 from 2.1.0 to 2.1.1 (#1) (53f968b)

v2.1.0

18 Sep 08:02
Compare
Choose a tag to compare

2.1.0 (2020-09-18)

Bug Fixes

  • await: ensure we don't have any goroutine leaks (d0b80ef)

Features

  • await: added a Stream() function (c9a6703)
  • await: added async versions of all methods (1de1b5c)
  • removed our awaitable and stoppable interfaces (2594a17)
  • task: accept func() or func(t *Internal) (ac21599)
  • task: added IsCompleted method (c7c9bd2)
  • task: added Then() method (2fa58e5)
  • task: added Wait() method (67e30d7)
  • task: made the done channel public (3254147)

v2.0.0

11 Sep 09:11
Compare
Choose a tag to compare

2.0.0 (2020-09-11)

Features

  • initial version that uses v2 of goerr (876f172)

BREAKING CHANGES

  • uses a completely re-written goerr package