urcu::queue

Type Alias Ref

source
pub type Ref<T, C> = BoxRef<RawNode<T>, C>;
Expand description

An RCU reference to a element removed from an RcuQueue.

Aliased Typeยง

struct Ref<T, C> { /* private fields */ }