hunt-extra v1.1.8 (2021-12-13T08:45:08Z)
Home
Dub
Repo
CountedCompleter.setPendingCount
hunt
concurrency
ForkJoinTask
CountedCompleter
Sets the pending count to the given value.
@param count the count
class
CountedCompleter
(T)
final
void
setPendingCount
(
int
count
)
Meta
Source
See Implementation
hunt
concurrency
ForkJoinTask
CountedCompleter
constructors
this
functions
addToPendingCount
compareAndSetPendingCount
complete
compute
decrementPendingCountUnlessZero
exec
firstComplete
getCompleter
getPendingCount
getRawResult
getRoot
helpComplete
internalPropagateException
nextComplete
onCompletion
onExceptionalCompletion
propagateCompletion
quietlyCompleteRoot
setPendingCount
setRawResult
tryComplete
variables
completer
pending
Sets the pending count to the given value.
@param count the count