PosixEventLoop.doProcessEvents

Waits for and processes a single batch of events.

class PosixEventLoop
protected @safe nothrow abstract
bool
doProcessEvents
(
Duration dur
)

Return Value

Type: bool

Returns false if no event was received before the timeout expired and true if either an event was received, or if the wait was interrupted by an error or signal.

Meta