Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sleepUninterruptibly (0.42 sec)

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

       */
      @J2ktIncompatible
      @GwtIncompatible // concurrency
      @IgnoreJRERequirement // Users will use this only if they're already using Duration.
      public static void sleepUninterruptibly(Duration sleepFor) {
        sleepUninterruptibly(toNanosSaturated(sleepFor), TimeUnit.NANOSECONDS);
      }
    
      // TODO(user): Support Sleeper somehow (wrapper or interface method)?
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 19.8K bytes
    - Viewed (0)
Back to top