Versions in this module Expand all Collapse all v1 v1.0.0 Mar 9, 2025 Changes in this version + type FastMPMCQueue struct + func New[T any](capacity uint64) *FastMPMCQueue[T] + func (q *FastMPMCQueue[T]) Dequeue() (T, bool) + func (q *FastMPMCQueue[T]) Enqueue(val T) + func (q *FastMPMCQueue[T]) FreeSlots() uint64 + func (q *FastMPMCQueue[T]) UsedSlots() uint64