Versions in this module Expand all Collapse all v1 v1.0.0 Jul 7, 2024 Changes in this version + func ExamplePriorityEnqueueLossy(queue PriorityEnqueueLossy, value *goqueue.Example, priorities ...int) (*goqueue.Example, bool) + func New(size int) interface + type PriorityEnqueueLossy interface + PriorityEnqueueLossy func(item interface{}, priority ...int) (interface{}, bool)