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]

[src]

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

[src]

The number of workers.

[src]

Constructs several send endpoints and one receive endpoint.

Trait Implementations

impl Allocate for Generic
[src]

[src]

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

[src]

The number of workers.

[src]

Constructs several send endpoints and one receive endpoint.