hunt-extra v1.1.8 (2021-12-13T08:45:08Z)
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