hunt-extra v1.1.7 (2021-11-17T07:07:29Z)
Home
Dub
Repo
AbstractExecutorService.invokeAny
hunt
concurrency
AbstractExecutorService
AbstractExecutorService
Undocumented in source. Be warned that the author may not have intended to support it.
T
invokeAny
(Collection!(Callable!(T)) tasks)
class
AbstractExecutorService
T
invokeAny
(
T
)
(
Collection
!(
Callable
!(
T
))
tasks
)
T
invokeAny
(Collection!(Callable!(T)) tasks, Duration timeout)
Meta
Source
See Implementation
hunt
concurrency
AbstractExecutorService
AbstractExecutorService
functions
invokeAll
invokeAny
submit
static functions
newTaskFor