Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for waitForInterrupt (0.34 seconds)

  1. android/guava/src/com/google/common/util/concurrent/InterruptibleTask.java

          error = t;
        } finally {
          // Attempt to set the task as done so that further attempts to interrupt will fail.
          if (!compareAndSet(currentThread, DONE)) {
            waitForInterrupt(currentThread);
          }
          if (run) {
            if (error == null) {
              // The cast is safe because of the `run` and `error` checks.
              afterRanInterruptiblySuccess(uncheckedCastNullableTToT(result));
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Thu Aug 07 16:05:33 GMT 2025
    - 10K bytes
    - Click Count (0)
Back to Top