Crate ebri

source ·
Expand description

§NOTE: un-tested. use at your own risk.

§ebri (ebr-integrated)

a no-std EBR (Epoch-Based Reclamation) implementation. thanks to the idea from scc::ebr.

The epoch consensus algorithm and the use of memory barriers and RMW semantics are similar to that of crossbeam_epoch, however the API set is vastly different, for instance, unsafe blocks are not required to read an instance subject to EBR.

Re-exports§

Modules§

Macros§

Functions§

  • Suspends the garbage collector of the current thread.