Interface EventDriverCore
Provides generic event loop control.
interface EventDriverCore
;
Properties
Name | Type | Description |
---|---|---|
userData [set]
|
T | Deprecated - use EventDriverSockets instead.
|
Methods
Name | Description |
---|---|
clearExitFlag
()
|
Resets the exit flag. |
exit
()
|
Causes processEvents to return with ExitReason as soon as
possible.
|
processEvents
(timeout)
|
Runs the event loop to process a chunk of events. |
runInOwnerThread
(fun, params)
|
Executes a callback in the thread owning the driver. |
waiterCount
()
|
The number of pending callbacks. |
rawUserData
(descriptor, size, initialize, destroy)
|
Low-level user data access. Use getUserData instead.
|