-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
00797fa
commit 27471d5
Showing
1 changed file
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)** |