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)
  2. List!(Future!(T)) invokeAll(Collection!(Callable!(T)) tasks, Duration timeout)
    class AbstractExecutorService
    List!(Future!(T))
    invokeAll
    (
    T
    )
    (,
    Duration timeout
    )

Meta