Skip to content

crossbeam-utils 0.8.2

Compare
Choose a tag to compare
@taiki-e taiki-e released this 20 Feb 16:13
· 531 commits to master since this release
d709c89
  • Deprecate AtomicCell::compare_and_swap. Use AtomicCell::compare_exchange instead. (#619)
  • Add Parker::park_deadline. (#563)
  • Improve implementation of CachePadded. (#636)
  • Add unstable support for loom. (#487)