Struct crossbeam_epoch::Handle [−][src]
A handle to a garbage collector.
Methods
impl Handle
[src]
[−]
impl Handle
pub fn pin(&self) -> Guard
[src]
[−]
pub fn pin(&self) -> Guard
Pins the handle.
pub fn is_pinned(&self) -> bool
[src]
[−]
pub fn is_pinned(&self) -> bool
Returns true
if the handle is pinned.
pub fn collector(&self) -> &Collector
[src]
[−]
pub fn collector(&self) -> &Collector
Returns the Collector
associated with this handle.