hunt-extra v1.1.8 (2021-12-13T08:45:08Z)
Home
Dub
Repo
FutureTask.this
hunt
concurrency
FutureTask
FutureTask
Undocumented in source.
this
(Callable!(V) callable)
this
(Runnable runnable)
this
(Runnable runnable, V result)
class
FutureTask
(V)
static if
(!(
is(V == void)
))
this
(
Runnable
runnable
,
V
result
)
Meta
Source
See Implementation
hunt
concurrency
FutureTask
FutureTask
classes
WaitNode
constructors
this
functions
cancel
done
get
isCancelled
isDone
run
runAndReset
set
setException
toString