- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testInterruptThrows (0.38 sec)
-
android/guava-tests/test/com/google/common/util/concurrent/InterruptibleTaskTest.java
@NullUnmarked public final class InterruptibleTaskTest extends TestCase { // Regression test for a deadlock where a task could be stuck busy waiting for the task to // transition to DONE public void testInterruptThrows() throws Exception { CountDownLatch isInterruptibleRegistered = new CountDownLatch(1); SettableFuture<String> taskResult = SettableFuture.create(); InterruptibleTask<String> task =Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue May 13 18:46:00 UTC 2025 - 7.1K bytes - Viewed (0)