Skip to content

0.2.0

Compare
Choose a tag to compare
@ibraheemdev ibraheemdev released this 20 Feb 20:15
· 99 commits to master since this release
  • Added seize::AtomicPtr<T>, a type alias for std::AtomicPtr<Linked<T>>.
  • Epoch tracking is now optional.
  • Added Guard::flush.
  • Retirement can now be delayed for the lifetime of a guard (Guard::retire).
  • Added Linked::eq, Linked::into_inner.
  • Added Collector::ptr_eq.
  • Guard::unprotected is now const.