- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for sleepUninterruptibly (0.42 sec)
-
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)