hunt-extra ~master (2022-03-03T03:00:29Z)
Home
Dub
Repo
AbstractExecutorService.newTaskFor
hunt
concurrency
AbstractExecutorService
AbstractExecutorService
Undocumented in source. Be warned that the author may not have intended to support it.
RunnableFuture
!(
T
)
newTaskFor
(Runnable runnable, T value)
RunnableFuture
!(
T
)
newTaskFor
(Runnable runnable)
class
AbstractExecutorService
static
RunnableFuture
!(
T
)
newTaskFor
(
T
)
(
Runnable
runnable
)
if
(
is
(
T
==
void
)
)
RunnableFuture
!(
T
)
newTaskFor
(Callable!(T) callable)
Meta
Source
See Implementation
hunt
concurrency
AbstractExecutorService
AbstractExecutorService
functions
invokeAll
invokeAny
submit
static functions
newTaskFor