Skip to content

Commit

Permalink
fixed link
Browse files Browse the repository at this point in the history
  • Loading branch information
toughengineer committed Jan 3, 2024
1 parent 00797fa commit 27471d5
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions C++ Russia 2019/README.md
Original file line number Diff line number Diff line change
@@ -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/<wbr>watch?v=QiPGfYLq9WE](https://www.youtube.com/watch?v=QiPGfYLq9WE) (in Russian)**

Description on the conference site:\
[https://2019.cppconf-moscow.ru/<wbr>en/<wbr>talks/<wbr>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/<wbr>watch?v=QiPGfYLq9WE](https://www.youtube.com/watch?v=QiPGfYLq9WE) (in Russian)**

Description on the conference site:\
[https://cppconf.ru/<wbr>en/<wbr>talks/<wbr>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)**

0 comments on commit 27471d5

Please sign in to comment.