tick

Plugin tick function. Reads from the pipe and either issues bus messages based on what was read or sends the piped text to the server verbatim.

This is executed once per main loop iteration.

version(Posix && WithPipelinePlugin)
private
tick
(,
const Duration elapsed
)

Parameters

plugin PipelinePlugin

The current PipelinePlugin.

elapsed Duration

How much time has passed since the last tick.

Return Value

Type: auto

Whether or not the main loop should check for messages.