Daemon thread watching a list of active objects.
The watchdog will wake up every WAKE_UP_INTERVAL milliseconds and check the active objects last activity timestamps. If an active object has been inactive for too long, its associated timeout callback is called.
The activity watchdog is a singleton.
@see ActiveObject
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|