Skip to content

v1.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Feb 05:03
· 31 commits to master since this release
v1.9.0
2f3189a
  • Re-introduce the thread-local task push optimization to the executor. (#93)
  • Bump async-task to v4.4.0. (#90)
  • Replace some unnecessary atomic operations with non-atomic operations. (#94)
  • Use weaker atomic orderings for notifications. (#95)
  • When spawning a future, avoid looking up the ID to assign to that future twice. (#96)