Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 237 Bytes

File metadata and controls

8 lines (7 loc) · 237 Bytes

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