Enum hadean::ChannelEndpoint [] [src]

pub enum ChannelEndpoint {
    Sibling(usize),
    Pid(Pid),
    // some variants omitted
}

ChannelEndpoint enum.

Variants

Open a channel at the nth process in the processes handed to spawn.

Open a channel at the process denoted by pid.

Trait Implementations

impl Clone for ChannelEndpoint
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ChannelEndpoint
[src]

[src]

Formats the value using the given formatter.