|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Methods | |
List awaitAllFutures(Collection ) |
Evaluates a collection of futures and returns their results as a list. |
List awaitAllFutures(Collection, |
Evaluates a collection of futures and returns their results as a list but only waits up to the specified timeout for each future to complete. |
List cancelAllFuturesAndAwaitCompletion(Collection, |
Cancels a collection of futures and awaits the specified duration for their completion. |
Changed Methods | ||
T awaitFuture(Future ) |
Change in exceptions:
java.util.concurrent.CancellationException was added. |
Given a future evaluate it. |
T awaitFuture(Future, |
Change in exceptions:
java.util.concurrent.CancellationException was added. |
Given a future evaluate it. |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |