1.2.12.1 How the Library Works
The SE Queue library offers the necessary functions to manage queues, which include:
- Initialization of a queue
- Adding and removing elements from a queue
- Reading elements from a queue
- Flushing a queue
- Changing the queue capacity
This library does not need to be neither initialized nor maintained periodically. It simply receives a request for a queue and performs the indicated action.