From 27471d5ae84623bb2b118ad7a3742460b8e84d95 Mon Sep 17 00:00:00 2001 From: Pavel Novikov Date: Wed, 3 Jan 2024 15:19:05 +0300 Subject: [PATCH] fixed link --- C++ Russia 2019/README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/C++ Russia 2019/README.md b/C++ Russia 2019/README.md index 3f10223..0749d23 100644 --- a/C++ Russia 2019/README.md +++ b/C++ Russia 2019/README.md @@ -1,15 +1,15 @@ -# C++ Russia 2019 - -## Asynchronous C++ programming - -Since C++11, the standard includes primitives for asynchronous tasks. Pavel will tell about capabilities that the standard library offers now and that are slated to be added in the future. He will also tell about concurrency::task from PPL as an illustration for possible implementation. He will also cover how using coroutines can make writing and understanding of code much easier (as Gor Nishanov describes it in his proposal, which was voted in C++20) with reference to aforementioned primitives. - -**Video: [https://www.youtube.com/watch?v=QiPGfYLq9WE](https://www.youtube.com/watch?v=QiPGfYLq9WE) (in Russian)** - -Description on the conference site:\ -[https://2019.cppconf-moscow.ru/en/talks/71pfrakjfyajckbsyeudkg/](https://2019.cppconf-moscow.ru/en/talks/71pfrakjfyajckbsyeudkg/)\ -(and [in Russian](https://2019.cppconf-moscow.ru/talks/71pfrakjfyajckbsyeudkg/)) - -**Slides:** -* **[PDF](Asynchronous%20programming%20in%20C++%20RUS.pdf)** -* **[PPTX](Asynchronous%20programming%20in%20C++%20RUS.pptx)** +# C++ Russia 2019 + +## Asynchronous C++ programming + +Since C++11, the standard includes primitives for asynchronous tasks. Pavel will tell about capabilities that the standard library offers now and that are slated to be added in the future. He will also tell about concurrency::task from PPL as an illustration for possible implementation. He will also cover how using coroutines can make writing and understanding of code much easier (as Gor Nishanov describes it in his proposal, which was voted in C++20) with reference to aforementioned primitives. + +**Video: [https://www.youtube.com/watch?v=QiPGfYLq9WE](https://www.youtube.com/watch?v=QiPGfYLq9WE) (in Russian)** + +Description on the conference site:\ +[https://cppconf.ru/en/talks/71PfRAkJfYAJCkbSYEudkG/](https://cppconf.ru/en/talks/71PfRAkJfYAJCkbSYEudkG/)\ +(and [in Russian](https://cppconf.ru/talks/71PfRAkJfYAJCkbSYEudkG/)) + +**Slides:** +* **[PDF](Asynchronous%20programming%20in%20C++%20RUS.pdf)** +* **[PPTX](Asynchronous%20programming%20in%20C++%20RUS.pptx)**