hunt-extra v1.1.7 (2021-11-17T07:07:29Z)
Home
Dub
Repo
Executors.callable
hunt
concurrency
Executors
Executors
Undocumented in source. Be warned that the author may not have intended to support it.
Callable
!(
void
)
callable
(Runnable task)
Callable
!(
T
)
callable
(Runnable task, T result)
class
Executors
static
Callable
!(
T
)
callable
(
T
)
(
Runnable
task
,
T
result
)
if
(
!
is
(
T
==
void
)
)
Meta
Source
See Implementation
hunt
concurrency
Executors
Executors
static functions
callable
defaultThreadFactory
invokeAll
invokeAny
newFixedThreadPool
newScheduledThreadPool
newSingleThreadScheduledExecutor
submit