- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testInterrupt_beforeRunRestoresInterruption (0.81 sec)
-
guava-tests/test/com/google/common/util/concurrent/SequentialExecutorTest.java
} }; e.execute(runMe); e.execute(runMe); fakePool.runAll(); assertEquals(2, numCalls.get()); } public void testInterrupt_beforeRunRestoresInterruption() throws Exception { // Run a task on the composed Executor that interrupts its thread (i.e. this thread). fakePool.execute( new Runnable() { @Override
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Jul 11 18:52:30 UTC 2025 - 11.4K bytes - Viewed (0)