Wrapper for a common boilerplate to imitate queue using dynamic array.
Fixed size memory-based ring queue with a fixed element size.
File-based queue implementation.
Fixed size memory-based ring queue for elements of flexible size.
Queue that provides a notification mechanism for when new items were added
Composes two queues, with the second acting as an overflow of the first.