0.2.0
- Added
seize::AtomicPtr<T>
, a type alias forstd::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 nowconst
.