Proxies the result of this future, successful or not, to a Promise. @param p the Promise to be updated once this future completes.
(final Promise<T> p)
| 563 | * @param p the Promise to be updated once this future completes. |
| 564 | */ |
| 565 | void proxyTo(final Promise<T> p); |
| 566 | |
| 567 | /** |
| 568 | * Creates a future that fails with a TimeoutException if this future isn't |
no outgoing calls