Versions in this module Expand all Collapse all v2 v2.1.1 Oct 7, 2025 v2.1.0 Sep 10, 2025 v2.0.0 Jun 13, 2025 Changes in this version + type VolumeQueue struct + func NewVolumeQueue() *VolumeQueue + func (vq *VolumeQueue) Enqueue(id string, attempt uint) + func (vq *VolumeQueue) Outstanding() int + func (vq *VolumeQueue) Stop() + func (vq *VolumeQueue) Wait() (string, uint)