Skip to content

alborzjafari/thread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ threading wrapper

g++ example.cpp src/thread.cpp -Iinclude -std=c++11 -lpthread

or

mkdir build
cd build
cmake ..
make
./thread_example

About

C++ threading wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published