- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for SmoothRateLimiter (0.05 sec)
-
guava/src/com/google/common/util/concurrent/SmoothRateLimiter.java
import com.google.common.annotations.J2ktIncompatible; import com.google.common.math.LongMath; import java.util.concurrent.TimeUnit; @J2ktIncompatible @GwtIncompatible abstract class SmoothRateLimiter extends RateLimiter { /* * How is the RateLimiter designed, and why? * * The primary feature of a RateLimiter is its "stable rate", the maximum rate that it shouldRegistered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Wed May 14 19:40:47 UTC 2025 - 19.3K bytes - Viewed (0)