Skip to content

Implementation of the three execution models used in concurrent programming

License

Notifications You must be signed in to change notification settings

danieldidiobalsamo/concurrent_execution_models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published