- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for SmoothWarmingUp (0.05 seconds)
-
guava/src/com/google/common/util/concurrent/SmoothRateLimiter.java
* <blockquote> * maxPermits = thresholdPermits + 2 * warmupPeriod / (stableInterval + coldInterval) * </blockquote> * </ul> */ static final class SmoothWarmingUp extends SmoothRateLimiter { private final long warmupPeriodMicros; /** * The slope of the line from the stable interval (when permits == 0), to the cold interval * (when permits == maxPermits)
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Wed May 14 19:40:47 GMT 2025 - 19.3K bytes - Click Count (0)