Versions in this module Expand all Collapse all v0 v0.6.2 Jan 25, 2024 v0.6.1 Jan 25, 2024 Changes in this version + type Queue interface + Dequeue func() (interface{}, bool) + Enqueue func(item interface{}) + Shutdown func() + func NewSimpleSyncQueue() Queue