Module pipe

Source
Expand description

Implementation a unidirectional byte stream pipe over mesh.

Structs§

ReadPipe
The read side of a pipe.
WritePipe
The write side of a pipe.

Functions§

pipe
Creates a new unidirectional pipe, returning a reader and writer.