Versions in this module Expand all Collapse all v0 v0.6.1 Aug 17, 2024 v0.6.0 Aug 14, 2024 Changes in this version + type LFQueue struct + func NewLFQueue() *LFQueue + func (q *LFQueue) Pop() unsafe.Pointer + func (q *LFQueue) Push(value unsafe.Pointer) + type MPSC struct + func NewMPSC() *MPSC + func (q *MPSC) Empty() bool + func (q *MPSC) Pop() any + func (q *MPSC) Push(m any)