class

Disruptor::Ring(T)

Inherits Reference < Object

Constructors

new(size : Int, wait_strategy : WaitStrategy = WaitWithSpin.new)
Source
new(size : Slot, wait_strategy : WaitStrategy = WaitWithSpin.new, &block)
Source

Instance methods

buffer
Source
claim
Source
claimed_count
Source
commit(slot : Slot)
Source
committed_count
Source
cursor
Source
get(slot : Slot) : T
Source
next_cursor
Source
set(slot : Slot, value : T)
Source