abstract class Kiu::DataStores::DataStore
Defined in:
kiu/data_stores/data_store.cr
Constructors
Instance Method Summary
Constructor Detail
def self.
new(namespace : String =
"kiu")
#
Instance Method Detail
def
enqueue?(job :
Job)
#
abstract
def
take(n : UInt32) : Array(
Job)
#