Module std::rt::comm

Simple reimplementation of std::comm Simple reimplementation of std::comm Ports and channels.

Structs

Chan

A channel with unbounded size.

ChanOne
Port

An port with unbounded size.

PortOne

A one-shot port.

SharedChan
SharedPort

Traits

SendDeferred

Trait for non-rescheduling send operations, similar to send_deferred on ChanOne.

Functions

megapipe
oneshot
stream