MCPcopy Create free account
hub / github.com/traneio/future / interruptible

Method interruptible

future-java/src/main/java/io/trane/future/Future.java:504–504  ·  view source on GitHub ↗

Creates a future that will be completed with the interrupt exception if an interrupt is received. @return the interruptible future.

()

Source from the content-addressed store, hash-verified

502 * @return the interruptible future.
503 */
504 Future<T> interruptible();
505
506 /**
507 * Checks if this future is completed.

Callers 5

interruptibleMethod · 0.65
interruptibleValueMethod · 0.65
interruptibleMethod · 0.65

Calls

no outgoing calls

Tested by 5

interruptibleMethod · 0.52
interruptibleValueMethod · 0.52
interruptibleMethod · 0.52