Searched defs:wasInterrupted (Results 1 – 1 of 1) sorted by relevance
251 final boolean wasInterrupted; field in AbstractFuture.Cancellation254 Cancellation(boolean wasInterrupted, @Nullable Throwable cause) { in Cancellation()632 protected final boolean wasInterrupted() { in wasInterrupted() method in AbstractFuture