Skip to content

coro 1.0.2

Compare
Choose a tag to compare
@lionel- lionel- released this 03 Dec 15:34
· 52 commits to main since this release
  • The exhaustion sentinel is now as.symbol(".__exhausted__.")
    instead of as.symbol("exhausted") to reduce the risk of
    collisions. It is also recommended to never store the exhaustion
    sentinel in an environment or list, and instead use it as a
    temporary value to further reduce the risk of collisions (#35).

  • Fixed a leak that occurred via JIT caching (#36).