class RateLimiter::Token

Overview

Represents the availability of capacity to perform operations in the current time bucket.

Defined in:

rate_limiter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(created_at = Time.utc) #

Instance Method Detail

def created_at : Time #

def to_s(io) #