()
| 4 | boolean cancel(boolean mayInterruptIfRunning); |
| 5 | boolean isCancelled(); |
| 6 | boolean isDone(); |
| 7 | V get() throws InterruptedException, ExecutionException; |
| 8 | V get(long timeout, TimeUnit unit) throws InterruptedException, ExecutionException, TimeoutException; |
| 9 | } |
no outgoing calls