Crate urcu

Source
Expand description

Safe wrapper of the memb variant of the userspace RCU library.

Modules§

boxed
An RCU-protected heap allocation.
stack
A concurrent stack make out of nodes which are protected by RCU.

Structs§

Rcu
Zero-sized token representing that the userspace RCU library was initialized.
RcuRSCS
Zero-sized token repsenting a read side critical section (RSCS).
RcuRef
The current value of an RCU-protected pointer.
RcuThread
Zero-sized token representing that the current thread was registered with the userspace RCU library.