abstract class Degradable

Direct Known Subclasses

Defined in:

degradable.cr

Constant Summary

VERSION = "0.1.0"

Constructors

Instance Method Summary

Constructor Detail

def self.new(failure_threshold : Float64, minimum : Int32 = 1000, &failure_handler) #

[View source]

Instance Method Detail

def check(&) #

[View source]
abstract def checked : Int #

[View source]
abstract def failed : Int #

[View source]