hunt-extra v1.1.8 (2021-12-13T08:45:08Z)
Home
Dub
Repo
IUniCompletion
hunt
concurrency
CompletableFuture
A Completion with a source, dependent, and executor.
interface
IUniCompletion {
bool
claim
();
bool
isLive
();
}
Members
Functions
claim
bool
claim
()
Undocumented in source.
isLive
bool
isLive
()
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
A Completion with a source, dependent, and executor.