Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for newScheduledThreadPool (0.21 sec)

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

        }
    
        static TestCondition createAndSignalAfter(long delay, TimeUnit unit) {
          final TestCondition testCondition = create();
    
          ScheduledExecutorService scheduledPool = Executors.newScheduledThreadPool(1);
          // If signal() fails somehow, we should see a failed test, even without looking at the Future.
          Future<?> unused =
              scheduledPool.schedule(
                  new Runnable() {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 09 22:57:07 UTC 2022
    - 30.9K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/util/concurrent/UninterruptiblesTest.java

        }
    
        static TestCondition createAndSignalAfter(long delay, TimeUnit unit) {
          final TestCondition testCondition = create();
    
          ScheduledExecutorService scheduledPool = Executors.newScheduledThreadPool(1);
          // If signal() fails somehow, we should see a failed test, even without looking at the Future.
          Future<?> unused =
              scheduledPool.schedule(
                  new Runnable() {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 10 16:06:39 UTC 2024
    - 31.7K bytes
    - Viewed (0)
Back to top