Skip to content

A simple example with a double buffer and std::condition_variable for thread synchronization

Notifications You must be signed in to change notification settings

mguentner/cpp11-producer-consumer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Compile with

g++ main.cpp doublebuffer.cpp --std=c++11 -lpthread

About

A simple example with a double buffer and std::condition_variable for thread synchronization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages