v2.0.1
Changelog
- Fixed await blocked by context exit 26488d5 (thanks to @schrockn for the feedback!)
- Fixed
Promise.resolve(coroutine)
returning aTask
instead of aPromise
code sample
Promise.resolve(coroutine)
returning a Task
instead of a Promise
code sample