Releases: brad-jones/goasync
Releases · brad-jones/goasync
v2.1.2
v2.1.1
v2.1.0
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)