Pipe

Factory class for Pipes.

Constructors

this
this(uint bufferSize)

Create a Pipe.

Members

Functions

close
void close()

Closes source and sink conduits.

recreate
void recreate(uint bufferSize)
Undocumented in source. Be warned that the author may not have intended to support it.
sink
PipeConduit sink()

Return the PipeConduit that you can write to.

source
PipeConduit source()

Return the PipeConduit that you can read from.

Meta