Pipes to use to communicate with a process.
Can be used to directly communicate via stdin/stdout if so is desired.
Flush the output.
If there is data to read.
Read at most s bytes from the channel.
Destroy the channel.
See Implementation
Pipes to use to communicate with a process.
Can be used to directly communicate via stdin/stdout if so is desired.