Skip to content

AppleInside/ProducersConsumersMultithread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ProducersConsumersMultithread

This is one of the many possible implementations of the well known "Producers-Consumers" problem.

This is based onto 2 classes:

  • Consumer Class
  • Producer Class

The "warehouse" is the shared Object which the threads will access in mutual exclusion, by atomic sessions. The Shared Object has a queue for the pending processes that wait to have access.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages