hunt-extra v1.1.7 (2021-11-17T07:07:29Z)
Home
Dub
Repo
MinimalStage.completeOnTimeout
hunt
concurrency
CompletableFuture
MinimalStage
Undocumented in source. Be warned that the author may not have intended to support it.
CompletableFuture
!(
T
)
completeOnTimeout
(Duration timeout)
CompletableFuture
!(
T
)
completeOnTimeout
(T value, Duration timeout)
class
MinimalStage
(T)
override
static if
(!(
is(T == void)
))
CompletableFuture
!(
T
)
completeOnTimeout
(
T
value
,
Duration
timeout
)
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