hunt-extra v1.1.8 (2021-12-13T08:45:08Z)
Home
Dub
Repo
Delayer
hunt
concurrency
CompletableFuture
Singleton delay scheduler, used only for starting and cancelling tasks.
final
class
Delayer {
static
ScheduledFuture
!(
void
)
delay
(Runnable command, Duration delay);
__gshared
ScheduledThreadPoolExecutor
delayer
;
}
Members
Static functions
delay
ScheduledFuture
!(
void
)
delay
(Runnable command, Duration delay)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
delayer
ScheduledThreadPoolExecutor
delayer
;
Undocumented in source.
Meta
Source
See Implementation
hunt
concurrency
CompletableFuture
classes
AbstractCompletableFuture
AnyOf
AsyncRun
AsyncSupply
BiAccept
BiApply
BiCompletion
BiRelay
BiRun
CoCompletion
CompletableFuture
Completion
DaemonThreadFactory
DelayedCompleter
DelayedExecutor
Delayer
MinimalStage
OrAccept
OrApply
OrRun
Signaller
TaskSubmitter
Timeout
UniAccept
UniApply
UniCompletion
UniCompose
UniExceptionally
UniHandle
UniRelay
UniRun
UniWhenComplete
functions
allOf
asyncRunStage
asyncSupplyStage
completedFuture
completedStage
delayedExecutor
failedFuture
failedStage
runAsync
screenExecutor
supplyAsync
interfaces
IUniCompletion
static functions
anyOf
newIncompleteFuture
static variables
NIL
variables
ASYNC
NESTED
SYNC
Singleton delay scheduler, used only for starting and cancelling tasks.