๐Ÿ“ฆ Voultapher / atomic-wait-barrier

Simple barrier implementation using proposed std::atomic_wait

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching โš–๏ธ Apache License 2.0
๐Ÿ“ฅ Clone https://github.com/Voultapher/atomic-wait-barrier.git
HTTPS git clone https://github.com/Voultapher/atomic-wait-barrier.git
SSH git clone git@github.com:Voultapher/atomic-wait-barrier.git
CLI gh repo clone Voultapher/atomic-wait-barrier
Lukas Bergdoll Lukas Bergdoll Fix release build 2ddfdbb 6 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ include
๐Ÿ“ src
๐Ÿ“ test
๐Ÿ“„ .editorconfig
๐Ÿ“„ .gitignore
๐Ÿ“„ CMakeLists.txt
๐Ÿ“„ configure.sh
๐Ÿ“„ LICENSE
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Atomic Wait Barrier

Uses https://github.com/ogiroux/atomic_wait to implement a simple barrier.