Struct crossbeam_epoch::Collector[][src]

pub struct Collector { /* fields omitted */ }

An epoch-based garbage collector.

Methods

impl Collector
[src]

Creates a new collector.

Registers a new handle for the collector.

Trait Implementations

impl Send for Collector
[src]

impl Sync for Collector
[src]

impl Clone for Collector
[src]

Creates another reference to the same garbage collector.

Performs copy-assignment from source. Read more

impl Debug for Collector
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Collector
[src]

Checks if both handles point to the same collector.

This method tests for !=.

impl Eq for Collector
[src]