hunt-extra v1.1.8 (2021-12-13T08:45:08Z)
Home
Dub
Repo
AsyncSupply
hunt
concurrency
CompletableFuture
Undocumented in source.
final
class
AsyncSupply : ForkJoinTask!(void), Runnable,
AsynchronousCompletionTask
(
T
) {
CompletableFuture
!(
T
)
dep
;
Supplier
!(
T
)
fn
;
this
(CompletableFuture!(T) dep, Supplier!(T) fn);
bool
exec
();
void
run
();
}
Constructors
this
this
(CompletableFuture!(T) dep, Supplier!(T) fn)
Undocumented in source.
Members
Functions
exec
bool
exec
()
Undocumented in source. Be warned that the author may not have intended to support it.
run
void
run
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dep
CompletableFuture
!(
T
)
dep
;
Undocumented in source.
fn
Supplier
!(
T
)
fn
;
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