Skip to content

v1.2.0

Compare
Choose a tag to compare
@SirNickolas SirNickolas released this 11 Mar 01:16
· 18 commits to master since this release
  • Chronos is officially supported. With minor restrictions; see the readme.
  • All async iterators and awaitIter loop bodies are required to be GC-safe (i.e., to not touch global variables holding GC-allocated data).
  • Accessing the result implicit variable in loops does not incur performance penalties anymore.