Skip to content

raerne/AsyncTaskManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AsyncTaskManager

Simple thread-safe async task-queue.

Install

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)

Build and test

 mkdir build
 cd build/
 cmake ..
 make -j4
 ./test/runUnitTests 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published