Struct crossbeam_epoch::Handle [−][src]
pub struct Handle { /* fields omitted */ }A handle to a garbage collector.
Methods
impl Handle[src]
impl Handlepub fn pin(&self) -> Guard[src]
pub fn pin(&self) -> GuardPins the handle.
pub fn is_pinned(&self) -> bool[src]
pub fn is_pinned(&self) -> boolReturns true if the handle is pinned.