hunt-extra v1.1.8 (2021-12-13T08:45:08Z)
Home
Dub
Repo
IRunnableScheduledFuture
hunt
concurrency
Delayed
Undocumented in source.
interface
IRunnableScheduledFuture :
Delayed
, Runnable {
bool
isPeriodic
();
bool
cancel
(bool mayInterruptIfRunning);
bool
isCancelled
();
}
Members
Functions
cancel
bool
cancel
(bool mayInterruptIfRunning)
Undocumented in source.
isCancelled
bool
isCancelled
()
Undocumented in source.
isPeriodic
bool
isPeriodic
()
Undocumented in source.
Inherited Members
From Delayed
getDelay
Duration
getDelay
()
Returns the remaining delay associated with this object, in the given time unit.
Meta
Source
See Implementation
hunt
concurrency
Delayed
interfaces
Delayed
IRunnableScheduledFuture
RunnableScheduledFuture
ScheduledFuture