Implementing a C++ Coroutine Task from Scratch
Offered By: ACCU Conference via YouTube
Course Description
Overview
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
Related Courses
JavaScript PromisesGoogle via Udacity Grand Central Dispatch (GCD)
Udacity Asynchronous Programming in C# and .NET Core
Microsoft via edX JavaScript, часть 2: прототипы и асинхронность
Moscow Institute of Physics and Technology via Coursera Разработка веб-сервисов на Go - основы языка
Moscow Institute of Physics and Technology via Coursera