wiwi::rc

Type Alias RcThread

Source
pub type RcThread<V, S = ()> = Rc<ThreadCounter, V, S>;
Expand description

Single threaded reference counting thin pointer

Aliased Typeยง

struct RcThread<V, S = ()> { /* private fields */ }