hunt-extra v1.1.8 (2021-12-13T08:45:08Z)
Home
Dub
Repo
MinimalStage.obtrudeValue
hunt
concurrency
CompletableFuture
MinimalStage
Undocumented in source. Be warned that the author may not have intended to support it.
void
obtrudeValue
()
void
obtrudeValue
(T value)
class
MinimalStage
(T)
override
static if
(!(
is(T == void)
))
void
obtrudeValue
(
T
value
)
Meta
Source
See Implementation
hunt
concurrency
CompletableFuture
MinimalStage
constructors
this
functions
cancel
complete
completeAsync
completeExceptionally
completeOnTimeout
get
getNow
getNumberOfDependents
isCancelled
isCompletedExceptionally
isDone
join
newIncompleteFuture
obtrudeException
obtrudeValue
orTimeout
toCompletableFuture