readFIFO

Reads from the FIFO and sends messages to the main thread based upon what was read. If something was indeed read, true is returned to signal to the caller that it should check for new messages.

version(Posix && WithPipelinePlugin)
private
readFIFO

Parameters

plugin PipelinePlugin

The current PipelinePlugin.

Return Value

Type: auto

true if messages were sent and should be read by other parts of the program; false if not.