module Prorate
Defined in:
prorate.crprorate/version.cr
Constant Summary
-
CURRENT_SCRIPT_HASH =
get_script_hash
-
VERSION =
"0.1.0"
Class Method Summary
- .get_script_hash
-
.with_throttle(name : String, bucket_capacity : Int32, leak_rate : Float32, block_for : Int32, &)
A small convenience method:
Class Method Detail
def self.with_throttle(name : String, bucket_capacity : Int32, leak_rate : Float32, block_for : Int32, &)
#
A small convenience method: