hunt-extra v1.2.0 (2021-10-28T02:27:09Z)
Home
Dub
Repo
AbstractExecutorService.invokeAll
hunt
concurrency
AbstractExecutorService
AbstractExecutorService
Undocumented in source. Be warned that the author may not have intended to support it.
List
!(
Future
!(
T
))
invokeAll
(Collection!(Callable!(T)) tasks)
class
AbstractExecutorService
List
!(
Future
!(
T
))
invokeAll
(
T
)
(
Collection
!(
Callable
!(
T
))
tasks
)
List
!(
Future
!(
T
))
invokeAll
(Collection!(Callable!(T)) tasks, Duration timeout)
Meta
Source
See Implementation
hunt
concurrency
AbstractExecutorService
AbstractExecutorService
functions
invokeAll
invokeAny
submit
static functions
newTaskFor