danieldidiobalsamo / concurrent_execution_models

Implementation of the three execution models used in concurrent programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Implementation of the three execution models used in concurrent programming:

  • producer / consumer
  • readers / writers
  • dining philosophers

The C++ implementation makes use of Boost fibers.

About

Implementation of the three execution models used in concurrent programming

License:GNU General Public License v3.0


Languages

Language:C++ 91.1%Language:CMake 8.9%