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