Module used to manage a statically allocated queue structure This module can be used to make any data type queueable. Build this module standalone for testing mkdir build cd build cmake .. -DSTATIC_QUEUE_TEST=ON make