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
Speeding Up VM's I/O Sharing Host's io_uring Queues With GuestsLinux Foundation via YouTube Database Hacking 101 - Building Fast Bulk Import in Java + C
Devoxx via YouTube Asynchronous I/O and Coroutines for Smooth Data Streaming
NDC Conferences via YouTube FUSE Uring Request Allocation and Communication
Linux Foundation via YouTube Revamping ioctl with io_uring - Enhancing Kernel-User Communication
Linux Foundation via YouTube