Timeout
cc.otavia.core.timer.Timeout
trait Timeout
A handle associated with a TimerTask that is returned by a InternalTimer.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class HashedWheelTimeout
Members list
Value members
Abstract methods
Attempts to cancel the TimerTask associated with this handle. If the task has been executed or cancelled already, it will return with no side effect.
Attempts to cancel the TimerTask associated with this handle. If the task has been executed or cancelled already, it will return with no side effect.
Attributes
- Returns
-
True if the cancellation completed successfully, otherwise false
Returns the InternalTimer that created this handle.
In this article