Versions in this module Expand all Collapse all v0 v0.5.0 Mar 3, 2026 Changes in this version + const CacheLineBytes + const ErrCapacityUnavailable + const ErrReservationSize + var Options singleton + type Disruptor interface + func New(options ...option) (Disruptor, error) + type Handler interface + Handle func(lowerSequence, upperSequence int64) + type ListenCloser interface + Listen func() + type Sequencer interface + Commit func(lowerSequence, upperSequence int64) + Reserve func(slots uint32) (upperSequence int64) + TryReserve func(slots uint32) (upperSequence int64) + type WaitStrategy interface + Gate func(int64) + Idle func(int64) + Reserve func(int64)