Skip to content

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

 
 
 

Contributors

Languages