public class Concurrent extends Object
| Constructor and Description |
|---|
Concurrent() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
allAreDone(Collection<? extends Future> futures) |
static boolean |
allAreDone(Future[] futures) |
static void |
waitForAll(Future[] futures) |
public static void waitForAll(Future[] futures) throws InterruptedException, ExecutionException
public static boolean allAreDone(Future[] futures)
public static boolean allAreDone(Collection<? extends Future> futures)
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.