/concurrent_execution_models

Implementation of the three execution models used in concurrent programming

Primary LanguageC++GNU General Public License v3.0GPL-3.0

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.