- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for stopInterrupting (0.07 seconds)
-
android/guava-tests/test/com/google/common/util/concurrent/InterruptionUtil.java
this.interruptee = interruptee; } @Override public void run() { while (!shouldStop) { interruptee.interrupt(); } } void stopInterrupting() { shouldStop = true; } } /** Interrupts the current thread after sleeping for the specified delay. */ static void requestInterruptIn(long time, TimeUnit unit) { checkNotNull(unit);Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 15:38:30 GMT 2026 - 3.4K bytes - Click Count (0) -
guava-tests/test/com/google/common/util/concurrent/InterruptionUtil.java
this.interruptee = interruptee; } @Override public void run() { while (!shouldStop) { interruptee.interrupt(); } } void stopInterrupting() { shouldStop = true; } } /** Interrupts the current thread after sleeping for the specified delay. */ static void requestInterruptIn(long time, TimeUnit unit) { checkNotNull(unit);Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 15:38:30 GMT 2026 - 3.4K bytes - Click Count (0)