gabrielfern / concurrent-programming

some concurrent programming examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some concurrent programming examples

thread.cc -> example of how to compile it (on ubuntu/linuxmint)

g++ -std=c++14 -pthread -o thread thread.cc -D TIME -D SAFE -D THREADS=20

About

some concurrent programming examples


Languages

Language:Python 69.7%Language:Java 25.8%Language:C++ 3.5%Language:Rust 1.0%