AbstractExecutorService.invokeAny

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

Meta