An open API service indexing awesome lists of open source software.

https://github.com/hriener/sandbox


https://github.com/hriener/sandbox

Last synced: 2 months ago
JSON representation

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)