class SafeCounter

Defined in:

safe_counter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def inc(key : String) #

[View source]
def reset(key : String, val : Int32 = 0) #

[View source]
def value(key : String) #

[View source]