Asynchronous I/O and Coroutines for Smooth Data Streaming
Offered By: ACCU Conference via YouTube
Course Description
Overview
Explore asynchronous I/O and coroutines for efficient data streaming in this conference talk from ACCU 2022. Learn about Linux kernel 5.1's io_uring mechanism for asynchronous I/O operations and discover how C++20's language-level coroutines can enhance program responsiveness. Gain insights into combining io_uring and coroutines to write code that reads asynchronous data in short loops, seemingly running in parallel, without threading issues. Benefit from a brief introduction to both topics and practical demonstrations of their implementation for smooth data handling in modern C++ programming.
Syllabus
Asynchronous I/O and Coroutines for Smooth Data Streaming - Björn Fahller - 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