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
Khronos Sycl Language Framework for C++ Accelerators - Take Advantage of All the MIPSACCU Conference via YouTube Space Invaders - The C++20 Spaceship Operator is Upon Us
ACCU Conference via YouTube Grinding, Farming, and Alliances - Become a Better Programmer by Using Words and Ideas From Casual Gaming
ACCU Conference via YouTube Designing for C++ Concurrency Using Message Passing
ACCU Conference via YouTube Productivity in C++ Game Development - Inside the Mind of an AAA Game Developer
ACCU Conference via YouTube