Class Watcher
A watcher is an opaque structure that you allocate and register to record your interest in some event.
class Watcher
;
Fields
Name | Type | Description |
---|---|---|
active
|
bool | Whether the watcher is active. |
Methods
Name | Description |
---|---|
invoke
()
|
Invoke some action on event. |