Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

YouTube

Implementing a C++ Coroutine Task from Scratch

ACCU Conference via YouTube

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

Reviews

Start your review of Implementing a C++ Coroutine Task from Scratch

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.