Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for caldat (0.17 sec)

  1. android/guava/src/com/google/common/util/concurrent/RateLimiter.java

       *
       * @return the time that permits are available, or, if permits are available immediately, an
       *     arbitrary past or present time
       */
      abstract long queryEarliestAvailable(long nowMicros);
    
      /**
       * Reserves the requested number of permits and returns the time that those permits can be used
       * (with one caveat).
       *
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue Apr 04 09:45:04 GMT 2023
    - 18.2K bytes
    - Viewed (0)
Back to top