Versions in this module Expand all Collapse all v1 v1.0.0 Apr 10, 2023 Changes in this version + type Queue interface + Dequeue func(time.Duration) (interface{}, bool) + Enqueue func(interface{}, time.Duration) bool + Len func() int + func NewQueueC(backlog int) Queue + func NewQueueS() Queue