Skip to content

v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 08:02
· 47 commits to v2 since this release

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)