34353637383940
* * @param size the desired size * @return a new throttle of the given size */ static Throttle ofSize(int size) { return new DefaultThrottle(size); }