//test_threadsbytiny

test_threads

producer consumer thread sample

0
0
0
C++

test_threads

  • producer consumer thread sample
  • multi-threaded client server sample

sample code to demonstrate / teach multi-threading programming

git clone https://github.com/tiny/test_threads.git
cd test_threads
mkdir build
cd build
cmake ..
make
./test_threads

Find me
[beta]v0.15.0