A simple message queue implementation
Checkout Examples for usage
Building tool: CMake
to build static library, run following command:
mkdir build
cd build
cmake -S .. -B .
cmake --build .
to run test, run
cmake . -DKawaiiMQ_BUILD_TESTS=ON
cmake --build .
ctest
in build directory
to build documentation, run
./scripts/makeDoc.sh