How to Use C++20 Coroutines for Networking
Offered By: ACCU Conference via YouTube
Course Description
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
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