Pipe

Pipes to use to communicate with a process.

Can be used to directly communicate via stdin/stdout if so is desired.

struct Pipe {
FileReadChannel input;
FileWriteChannel output;
}

Members

Functions

hasPendingData
bool hasPendingData()

If there is data to read.

Meta