Versions in this module Expand all Collapse all v1 v1.1.0 Apr 5, 2023 Changes in this version + type Option func(PriorityWaitQueue[T]) + func WithClock(clock clock.Clock) Option[T] + func WithInitialPause(duration time.Duration) Option[T] v1.0.3 Dec 9, 2022 v1.0.2 Dec 9, 2022 v1.0.0 Dec 9, 2022 Changes in this version + type ComparePriority func(a T, b T) bool + type PriorityWaitQueue interface + Wait func(waitWith T) func() + func New(cmp ComparePriority[T]) PriorityWaitQueue[T]