diff options
Diffstat (limited to '')
-rw-r--r-- | documentation/bookmark/concurrency.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/bookmark/concurrency.md b/documentation/bookmark/concurrency.md index af7639a56..3ca0a1e51 100644 --- a/documentation/bookmark/concurrency.md +++ b/documentation/bookmark/concurrency.md @@ -1,5 +1,6 @@ # 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) |