- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for enterInterruptibly (0.07 seconds)
-
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 enterInterruptibly(Duration time) throws InterruptedException { return enterInterruptibly(toNanosSaturated(time), NANOSECONDS); } /** * Enters this monitor. Blocks at most the given time, and may be interrupted. *
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)