Module runnel::medium::pipeio[][src]

The in-memory fifo stream, like linux pipe. You can use for communication between threads.

Structs

PipeErr

The in-memory fifo error stream.

PipeErrLock

A locked reference to PipeErr

PipeIn

The in-memory fifo input stream.

PipeInLock

A locked reference to PipeIn

PipeOut

The in-memory fifo output stream.

PipeOutLock

A locked reference to PipeOut

Functions

pipe

create in-memory fifo stream and return (PipeOut, PipeIn).