- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for implCloseChannel (0.13 seconds)
-
android/guava-tests/test/com/google/common/util/concurrent/InterruptibleTaskTest.java
assertThat(fromRunInterruptibly).hasCauseThat().isInstanceOf(InterruptedException.class); } static final class BrokenChannel extends AbstractInterruptibleChannel { @Override protected void implCloseChannel() { throw new RuntimeException("I bet you didn't think Thread.interrupt could throw"); } void doBegin() { super.begin(); } } /**
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue May 13 18:46:00 GMT 2025 - 7.1K bytes - Click Count (0)