class Curator::Utils::RingBuffer

Defined in:

utils/ring_buffer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(max_size : Int32) #

[View source]

Instance Method Detail

def empty?(*args, **options) #

[View source]
def empty?(*args, **options, &) #

[View source]
def list : Array(Curator::Event) #

[View source]
def list=(list : Array(Curator::Event)) #

[View source]
def push(event : Curator::Event) #

[View source]
def shift(*args, **options) #

[View source]
def shift(*args, **options, &) #

[View source]
def size(*args, **options) #

[View source]
def size(*args, **options, &) #

[View source]