Skip to content

v0.5.1

Compare
Choose a tag to compare
@trowski trowski released this 02 Jun 21:08
· 367 commits to master since this release

Bug Fixes

  • Fixed bug related to generators that never yield. If a generator was written in such a way that it may never yield, the coroutine was rejected even though the generator had not been run and could have yielded values under different circumstances. Now if a generator is immediately invalid, the coroutine is fulfilled with null instead of being rejected.