Simple thread-safe async task-queue.
mkdir .repo
cd .repo/
git clone https://github.com/Crascit/DownloadProject.git
In test/CMakeLists.txt
change the following line to your .repo
directory
set(REPO ~/CLionProjects/.repo)
mkdir build
cd build/
cmake ..
make -j4
./test/runUnitTests