# Functions
New returns a new priority queue where each priority has a buffer of prioQueueLimit.
# Variables
ErrQueueClosed indicates an attempt to read from a closed priority queue instance.
ErrUnknownPriority indicates an incorrect attempt to make a write with an unknown priority.
# Type aliases
Priority is the type that indicates the priority of different queues.