Skip to content

Rust / C++ 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

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

Rust / C++ implementation of the three execution models used in concurrent programming:

  • producer / consumer
  • readers / writers
  • dining philosophers

The C++ implementation makes use of Boost fibers., and Rust one uses the standard library only.

About

Rust / C++ Implementation of the three execution models used in concurrent programming

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published