Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for scheduleEnableReads (0.12 sec)

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

        }
    
        private TimedTakeQueue(long countdownInMillis) {
          this.queue = new ArrayBlockingQueue<>(1);
          this.completed = new Completion(countdownInMillis);
          scheduleEnableReads(this.queue, countdownInMillis);
        }
    
        /** Perform a {@code take} and assert that operation completed in the expected timeframe. */
        void takeSuccessfully() {
    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