calculate_token_bucket

Function calculate_token_bucket 

Source
pub fn calculate_token_bucket(
    current_tokens: f64,
    capacity: f64,
    refill_rate: f64,
    time_elapsed_secs: f64,
) -> f64
Expand description

Calculate tokens available in a token bucket.