Module std::comm

Message passing

Reexports

pub use rt::comm::SendDeferred;

Structs

Chan
ChanOne
Port
PortOne
SharedChan
SharedPort

Traits

GenericChan

A trait for things that can send multiple messages.

GenericPort

A trait for things that can receive multiple messages.

GenericSmartChan

Things that can send multiple messages and can detect when the receiver is closed

Peekable

Ports that can peek

Functions

oneshot
stream