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. |
SyncdDevice.Manager | |
SyncdDevice.Syncable |
Class | Description |
---|---|
EventLoopManager |
Event Loop Manager
|
Enum | Description |
---|---|
SyncdDevice.ShutdownReason |
SyncdDevice.ShutdownReason indicates the health of the shutdown of the device. |
If you would like to create your own custom event loop, see EventLoop
.