Versions in this module Expand all Collapse all v3 v3.0.6 Jun 20, 2026 v3.0.5 Jun 13, 2026 Changes in this version + type Queue struct + func New() *Queue + func (q *Queue) Close() + func (q *Queue) Enqueue(task func()) + func (q *Queue) IsShuttingDown() bool + func (q *Queue) Size() int + func (q *Queue) TryClose()