STTimerFDTimeoutManager [constructor] | Constructors |
~STTimerFDTimeoutManager [destructor] [virtual] | Destroys the manager. |
operator= | Assignment operators |
attachTimeoutManager [virtual] | Attaches TimeoutManager to AsyncTimeout |
bumpHandlingTime [virtual] | This is used to mark the beginning of a new loop cycle by the first handler fired within that cycle. |
cancelTimeout [virtual] | Cancels the AsyncTimeout, if scheduled |
detachTimeoutManager [virtual] | Detaches the TimeoutManager from an AsyncTimeout. |
isInTimeoutManagerThread [virtual] | Helper method to know whether we are running in the timeout manager thread |
onTimeout [virtual] | Called when the underlying timer fires. |
runAfterDelay | Runs the given Cob at some time after the specified number of milliseconds. (No guarantees exactly when.) |
scheduleTimeout [virtual] | Schedules AsyncTimeout to fire after timeout milliseconds |
scheduleTimeoutHighRes [virtual] | Schedules AsyncTimeout to fire after timeout microseconds |
tryRunAfterDelay | Attempts to run the given Cob after the specified delay. |