hunt-extra v1.1.8 (2021-12-13T08:45:08Z)
Home
Dub
Repo
ForkJoinTask.recordExceptionalCompletion
hunt
concurrency
ForkJoinTask
ForkJoinTask
Records exception and sets status.
@return status on exit
class
ForkJoinTask
(V)
final
int
recordExceptionalCompletion
(
Throwable
ex
)
Meta
Source
See Implementation
hunt
concurrency
ForkJoinTask
ForkJoinTask
constructors
this
functions
cancel
compareAndSetForkJoinTaskTag
complete
completeExceptionally
doExec
exec
fork
get
getException
getForkJoinTaskTag
getRawResult
getStatus
internalPropagateException
internalWait
invoke
isCancelled
isCompletedAbnormally
isCompletedNormally
isDone
join
quietlyComplete
quietlyInvoke
quietlyJoin
recordExceptionalCompletion
reinitialize
setForkJoinTaskTag
setRawResult
tryUnfork
static functions
adapt
inForkJoinPool
invokeAll
isExceptionalStatus
variables
status
thisLocker
thisMutex
Records exception and sets status.
@return status on exit