Skip to content

crossbeam-epoch 0.9.2

Choose a tag to compare

@taiki-e taiki-e released this 20 Feb 16:14
d709c89
  • Add Atomic::compare_exchange and Atomic::compare_exchange_weak. (#628)
  • Deprecate Atomic::compare_and_set and Atomic::compare_and_set_weak. Use Atomic::compare_exchange or Atomic::compare_exchange_weak instead. (#628)
  • Make const_fn dependency optional. (#611)
  • Add unstable support for loom. (#487)