Skip to content

The implementation of Producer-Consumer Problem on Windows.

Notifications You must be signed in to change notification settings

Mes0903/Producer-Consumer-Problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Producer Consumer Problem Sample

This is a implementation of Producer-Consumer Problem made by C++ and Winapi.

The code use ring buffer to implement the buffer, use the Semaphore and Mutex to solve the race condition.

There are lot of example on Linux but seldom exist example on Windows, so I write an implementation on Windows.

demo video: https://www.youtube.com/watch?v=I1nM207KStg

About

The implementation of Producer-Consumer Problem on Windows.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages