Help for this page

Select Code to Download


  1. or download this
    class TimedRateLimiter;
        # not completely reliable if called from multiple threads
    ...
            r;
        end;
    end;
    
  2. or download this
    @request_limiter = TimedRateLimiter.new 3, 3, 1;
    
  3. or download this
    @request_limiter.consume;