C++ Russia 2020 Moscow
Understanding C++ coroutines by example
Coroutines are a powerful tool added to C++20. Though currently there are basically no means to conveniently work with coroutines out of the box. That’s why we need to learn to properly use this tool to get benefits and to do it efficiently. We’ll be doing just that.
We’ll figure out how to use coroutines from the ground up by example of how to work with asynchronous tasks.
Video:
https://www.youtube.com/
https://www.youtube.com/
Description on the conference site:
https://cppconf-moscow.ru/
(and in Russian)
Slides: