public interface TimeoutableCompletionService
Modifier and Type | Method and Description |
---|---|
<T> List<T> |
submit(List<? extends Callable<T>> tasks) |
<T> List<T> submit(List<? extends Callable<T>> tasks) throws ExecutionException, TimeoutException
ExecutionException
TimeoutException
Copyright © 2009–2018 tempus-fugit committers. All rights reserved.