openFIFO

Opens a FIFO for reading. The file descriptor is set to non-blocking.

version(Posix && WithPipelinePlugin)
private
openFIFO
(
const string filename
)

Parameters

filename string

The filename of the FIFO to open.

Return Value

Type: auto

The file descriptor of the opened FIFO.