AbstractExecutorService.invokeAll

Undocumented in source. Be warned that the author may not have intended to support it.
  1. List!(Future!(T)) invokeAll(Collection!(Callable!(T)) tasks)
    class AbstractExecutorService
    List!(Future!(T))
    invokeAll
    (
    T
    )
  2. List!(Future!(T)) invokeAll(Collection!(Callable!(T)) tasks, Duration timeout)

Meta