Enum timely_communication::allocator::generic::Generic[][src]

pub enum Generic {
    Thread(Thread),
    Process(Process),
    Binary(Binary),
}

Enumerates known implementors of Allocate. Passes trait method calls on to members.

Variants

Methods

impl Generic
[src]

The index of the worker out of (0..self.peers()).

The number of workers.

Constructs several send endpoints and one receive endpoint.

Trait Implementations

impl Allocate for Generic
[src]

The index of the worker out of (0..self.peers()).

The number of workers.

Constructs several send endpoints and one receive endpoint.

Auto Trait Implementations

impl Send for Generic

impl !Sync for Generic