Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore the intricacies of implementing a C++ coroutine task from scratch in this comprehensive conference talk from ACCU 2023. Delve into the world of asynchronous programming as experienced C++ developer Dietmar Kühl discusses experiments in making operations optionally asynchronous. Examine design choices, implementation details, and performance results while considering the implications of co_awaiting essentially all non-computational operations. Learn about key coroutine concepts, coroutine expressions, and the minimum functions required for implementation. Follow along with live code demonstrations and gain insights into the potential of coroutines beyond simple generators and tasks. Enhance your understanding of advanced C++ programming techniques and explore the future of asynchronous operations in software development.
Syllabus
Introduction
Coroutines
Why Coroutines
Key Coroutines
Coroutine Expression
Veda Tab
Quarantine Frame
Minimum 4 Functions
Demo
Live Code
Hint
No
Hello World
Implementing a Task
Evasion test
Taught by
ACCU Conference