Loop.reify

Should be called if the backend configuration changes.

class Loop
protected abstract @nogc
bool
reify

Parameters

watcher SocketWatcher

Watcher.

oldEvents EventMask

The events were already set.

events EventMask

The events should be set.

Return Value

Type: bool

$(D_KEYWORD true) if the operation was successful.

Meta