Struct crossbeam_epoch::Collector [−][src]
An epoch-based garbage collector.
Methods
impl Collector
[src]
[−]
impl Collector
pub fn new() -> Self
[src]
[−]
pub fn new() -> Self
Creates a new collector.
pub fn register(&self) -> Handle
[src]
[−]
pub fn register(&self) -> Handle
Registers a new handle for the collector.