Module scc::ebr

source ·
Expand description

Epoch-based reclamation.

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.

Structs§

Enums§

  • Tag is a four-state Enum that can be embedded in a pointer as the two least significant bits of the pointer value.

Traits§

Functions§

  • Suspends the garbage collector of the current thread.