Versions in this module Expand all Collapse all v1 v1.18.0 Aug 10, 2022 v1.0.0 Apr 20, 2022 Changes in this version + type LockfreeQueue struct + func NewLockfreeQueue() *LockfreeQueue + func (lfq *LockfreeQueue) Pop() interface{} + func (lfq *LockfreeQueue) Push(val interface{}) Other modules containing this package github.com/antigloss/go/v2