Overview
Explore how to leverage C++20 coroutines for networking in this comprehensive conference talk from ACCU 2022. Dive into the process of creating an event-driven 'chat' program using coroutines, comparing it with a traditional callback-based approach using Boost.Asio. Learn practical strategies for designing, debugging, and reasoning about coroutine-based architectures. Examine the performance differences between the two implementations through empirical comparisons. Gain valuable insights into modern C++ programming techniques, with a focus on networking and concurrency, as presented by Jim Pascoe, a lead programmer at Blu Wireless.
Syllabus
How to Use C++20 Coroutines for Networking - Jim Pascoe - ACCU 2022
Taught by
ACCU Conference