Versions in this module Expand all Collapse all v1 v1.16.3 Nov 9, 2022 Changes in this version + type WorkQueue interface + Enqueue func(item types.UID, delay time.Duration) + GetWork func() []types.UID + func NewBasicWorkQueue(clock clock.Clock) WorkQueue