blob: 3ca0a1e51c12eb33b8c5fd3b896d49c1478b78ec (
plain)
1
2
3
4
5
6
7
|
# Reference
0. [The Upcoming Concurrency TS Version 2 for Low-Latency and Lockless Synchronization - CppCon 2021](https://www.youtube.com/watch?v=ZrQ7dk5OXJU)
0. [Concurrency Patterns - Rainer Grimm - CppCon 2021](https://www.youtube.com/watch?v=A3DQxZCtKqo)
0. [Fibers](https://github.com/wingo/fibers/wiki/Manual)
0. [OneFile - The world's first wait-free Software Transactional Memory](http://concurrencyfreaks.blogspot.com/2019/04/onefile-worlds-first-wait-free-software.html)
|