Versions in this module Expand all Collapse all v0 v0.2.0 Mar 14, 2026 Changes in this version + type Interface interface + Add func(item T) + Done func(item T) + Get func() (item T, shutdown bool) + Len func() int + ShutDown func() + ShutDownWithDrain func() + ShuttingDown func() bool + func New[T comparable]() Interface[T]