Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 272 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 272 Bytes

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.