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