Struct crossbeam_epoch::Collector [] [src]

pub struct Collector { /* fields omitted */ }

An epoch-based garbage collector.

Methods

impl Collector
[src]

[src]

Creates a new collector.

[src]

Creates a new handle for the collector.

Trait Implementations

impl Send for Collector
[src]

impl Sync for Collector
[src]

impl Clone for Collector
[src]

[src]

Creates another reference to the same garbage collector.

1.0.0
[src]

Performs copy-assignment from source. Read more