Skip to content

Sample implementation of a thread barrier using C++ conditional variables

Notifications You must be signed in to change notification settings

kirksaunders/barrier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

C++ Barrier Implementation

This is a basic implementation of a thread barrier using C++ condition variables. Sample usage can be found in main.cpp. An instance of the barrier class is protected against spurious wakeups and valid for multiple uses (multiple "generations" is the terminology some use).

About

Sample implementation of a thread barrier using C++ conditional variables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages