hunt-extra v1.1.8 (2021-12-13T08:45:08Z)
Home
Dub
Repo
TaskSubmitter
hunt
concurrency
CompletableFuture
Action to submit user task
final
class
TaskSubmitter : Runnable {
Executor
executor
;
Runnable
action
;
this
(Executor executor, Runnable action);
void
run
();
}
Constructors
this
this
(Executor executor, Runnable action)
Undocumented in source.
Members
Functions
run
void
run
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
action
Runnable
action
;
Undocumented in source.
executor
Executor
executor
;
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
Action to submit user task