- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for BrokenChannel (0.05 sec)
-
android/guava-tests/test/com/google/common/util/concurrent/InterruptibleTaskTest.java
InterruptibleTask<String> task = new InterruptibleTask<String>() { @Override String runInterruptibly() throws Exception { BrokenChannel bc = new BrokenChannel(); bc.doBegin(); isInterruptibleRegistered.countDown(); new CountDownLatch(1).await(); // the interrupt will wake us up return "impossible!"; }
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue May 13 18:46:00 UTC 2025 - 7.1K bytes - Viewed (0)