Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for enterIfInterruptibly (0.1 seconds)

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

       * @since 33.4.0 (but since 28.0 in the JRE flavor)
       */
      @IgnoreJRERequirement // Users will use this only if they're already using Duration.
      public boolean enterIfInterruptibly(Guard guard, Duration time) throws InterruptedException {
        return enterIfInterruptibly(guard, toNanosSaturated(time), NANOSECONDS);
      }
    
      /**
       * Enters this monitor if the guard is satisfied. Blocks at most the given time acquiring the
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Jan 28 22:39:02 GMT 2026
    - 43.5K bytes
    - Click Count (0)
Back to Top