# Packages
No description provided by the author
# 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.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
No description provided by the author
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.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author