https://github.com/hriener/sandbox
https://github.com/hriener/sandbox
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hriener/sandbox
- Owner: hriener
- Created: 2021-04-07T10:02:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-21T15:33:36.000Z (about 4 years ago)
- Last Synced: 2025-02-03T17:59:15.727Z (4 months ago)
- Language: C++
- Size: 239 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sandbox
Some C++20 examples from the talk ``The C++20 Synchronization Library'' at [Meeting C++ 2019](https://meetingcpp.com/) by Bryce Adelstein Lelbach.
A recent compiler is necessary. The code compiles on macOS Big Sur with GCC 10.
External links:
* [P1135R6::The C++20 Synchronization Library](http://open-std.org/JTC1/SC22/WG21/docs/papers/2019/p1135r6.html)
* [any_invocable](https://github.com/ofats/any_invocable)
* [atomic_wait](https://github.com/ogiroux/atomic_wait)