(final Duration timeout)
| 85 | } |
| 86 | |
| 87 | @Override |
| 88 | public T get(final Duration timeout) throws CheckedFutureException { |
| 89 | join(timeout); |
| 90 | throw new TimeoutException(); |
| 91 | } |
| 92 | |
| 93 | @Override |
| 94 | public void join(final Duration timeout) throws CheckedFutureException { |