Versions in this module Expand all Collapse all v0 v0.2.0 Dec 1, 2025 v0.1.0 Nov 28, 2025 Changes in this version + type StripedChannel struct + func NewStripedChannel(count, queueSize uint) *StripedChannel + func (c *StripedChannel) BlockingSend(key []byte, value interface{}) + func (c *StripedChannel) Close() + func (c *StripedChannel) GetChannels() []<-chan interface{} + func (c *StripedChannel) Send(key []byte, value interface{}) bool + type StripedLock struct + func NewStripedLock(stripes uint) *StripedLock + func (l *StripedLock) Get(key []byte) *base.RWMutex