Skip to content

susu/cpp-sandbox

Repository files navigation

cpp-sandbox

IMPORTANT!

clone in recursive mode, because of submodule(s) (git version >= 1.6.5):

git clone --recursive git://github.com/susu/cpp-sandbox.git

OR (git version < 1.6.5)

git clone git://github.com/susu/cpp-sandbox.git
cd cpp-sandbox
git submodule update --init

Any kind of fooling-around-code in C++ of mine.

  • Threadpool: inter-thread communication with message passing inside a threadpool

About

Any kind of fooling-around-code in C++ of mine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors