Module std::rt::tube

A simple single-threaded channel type for passing buffered data between scheduler and task context A simple single-threaded channel type for passing buffered data between scheduler and task context A very simple unsynchronized channel type for sending buffered data from scheduler context to task context.

XXX: This would be safer to use if split into two types like Port/Chan

Structs

Tube