Module sluice::pipe[][src]

Expand description

Asynchronous in-memory byte buffers aimed at producer-consumer problems.

Pipes are like byte-oriented channels that implement I/O traits for reading and writing.

Structs

The reading end of an asynchronous pipe.

The writing end of an asynchronous pipe.

Functions

Creates a new asynchronous pipe with the default configuration.