Skip to content

v1.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Apr 23:05
· 4 commits to master since this release
v1.6.0
1a20703
  • Panics that occur in unblocked functions are now propagated to the calling
    function. (#58)
  • Add a new optional tracing feature. When enabled, this feature adds logging
    to the implementation. By default it is disabled. (#60)
  • Remove the unused fastrand dependency. (#61)