# Functions
CreateSimpleQueue creates a simple queue from global setting config provider by name.
CreateUniqueQueue creates a unique queue from global setting config provider by name.
# Structs
Manager is a manager for the queues created by "CreateXxxQueue" functions, these queues are called "managed queues".
WorkerPoolQueue is a queue that uses a pool of workers to process items It can use different underlying (base) queue types.