Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SlowChannel (0.04 sec)

  1. android/guava-tests/test/com/google/common/util/concurrent/InterruptibleTaskTest.java

        CountDownLatch isInterruptibleRegistered = new CountDownLatch(1);
        SlowChannel slowChannel = new SlowChannel();
        InterruptibleTask<@Nullable Void> task =
            new InterruptibleTask<@Nullable Void>() {
              @Override
              @Nullable Void runInterruptibly() throws Exception {
                slowChannel.doBegin();
                isInterruptibleRegistered.countDown();
                try {
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Tue May 13 18:46:00 UTC 2025
    - 7.1K bytes
    - Viewed (0)
Back to top