Module mio::unix::pipe[][src]

This is supported on Unix and crate feature os-ext only.

Unix pipe.

See the new function for documentation.

Structs

Receiver

Receiving end of an Unix pipe.

Sender

Sending end of an Unix pipe.

Functions

new

Create a new non-blocking Unix pipe.