tick

Called on each iteration of the main loop.

This can often instead be implemented as a repeating fiber, but the option to use this approach is there.

Should return true if the event loop should check for messages; false otherwise.

version(WithSamePlugin)
private
tick
(,
const Duration duration
)