Creates a future that will be completed with the interrupt exception if an interrupt is received. @return the interruptible future.
()
| 502 | * @return the interruptible future. |
| 503 | */ |
| 504 | Future<T> interruptible(); |
| 505 | |
| 506 | /** |
| 507 | * Checks if this future is completed. |
no outgoing calls