Versions in this module Expand all Collapse all v0 v0.2.5 Sep 4, 2025 v0.2.4 Aug 9, 2025 Changes in this version + func WaitForClose(q Instance, timeout time.Duration) error + type Instance interface + HasSynced func() bool + func NewQueue(errorDelay time.Duration) Instance + func NewQueueWithID(errorDelay time.Duration, name string) Instance + func NewWithSync(f func(), name string) Instance + type Task func() error