# Functions
New create an empty task queue.
NewQueueControllerCollection creates a new QueueControllerCollection.
# Structs
QueueControllerCollection holds multiple queue controllers.
# Interfaces
Interface can Start/Stop the queue and see its status.
QueueController can Start/Stop the queue and see its status.
# Type aliases
The WorkerFunc type declares workers functional interface.