public class FutureUtils
extends Object
- Since:
- 3.1
- Author:
- Joel Uckelman
-
Method Summary
Modifier and Type |
Method |
Description |
static void |
wait(Future<?> future) |
Waits on a Future to complete.
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
wait
public static void wait(
Future<?> future)
Waits on a
Future
to complete.
- Parameters:
future
- the Future
on which to wait