Struct crossbeam_epoch::Collector [−][src]
pub struct Collector { /* fields omitted */ }An epoch-based garbage collector.
Methods
impl Collector[src]
impl Collectorpub fn new() -> Self[src]
pub fn new() -> SelfCreates a new collector.
pub fn handle(&self) -> Handle[src]
pub fn handle(&self) -> HandleCreates a new handle for the collector.