Interface | Description |
---|---|
EventLoop |
Event loop interface
|
EventLoopManager.EventLoopMonitor |
Callback to monitor when event loop changes state
|
SyncdDevice |
SyncdDevice is for a device that wants to be in sync with the event loop.
|
Class | Description |
---|---|
EventLoopManager |
Event Loop Manager
|
If you would like to create your own custom event loop, see EventLoop
.