# Functions
New constructs a new workqueue (see the package comment).
NewDelayingQueue constructs a new workqueue with delayed queuing ability.
Parallelize is a very simple framework that allow for parallelizing N independent pieces of work.
# Interfaces
DelayingInterface is an Interface that can Add an item at a later time.
No description provided by the author
# Type aliases
No description provided by the author