| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.base.utils.future |
| Modifier and Type | Method and Description |
|---|---|
RESULT |
ComponentFuture.get()
Blocks until the future is computed and then returns the result of the computation.
|
RESULT |
ComponentFuture.get(long timeout,
TimeUnit unit)
Blocks until the future is computed (or timeout) and then returns the result of the computation.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.