Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for scheduleEnableReads (0.14 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)
  2. android/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: Wed Feb 09 22:57:07 UTC 2022
    - 30.9K bytes
    - Viewed (0)
Back to top