Function Loop.reify

Should be called if the backend configuration changes.

abstract bool reify (
  SocketWatcher watcher,
  BitFlags!(tanya.async.loop.Event) oldEvents,
  BitFlags!(tanya.async.loop.Event) events
) @nogc;

Parameters

NameDescription
watcher Watcher.
oldEvents The events were already set.
events The events should be set.

Returns

true if the operation was successful.