Struct crossbeam_epoch::Handle
[−]
[src]
pub struct Handle { /* fields omitted */ }
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.