Skip to main content

Module subtle

Module subtle 

Source

Structs§

RcuPtr
A pointer managed by the RCU state machine.
RcuPtrRef
A pointer to an object managed by the RCU state machine.

Functions§

rcu_ptr_to_arc⚠
Reconstruct an Arc from an RcuPtrRef by incrementing its strong count.
rcu_ptr_upgrade⚠
Reconstruct an Arc from an RcuPtrRef by upgrading its strong count if it’s safe to do so.