Главная
Study mode:
on
1
Introduction
2
Uring IO
3
Multithreaded IO
4
Better performance
5
Coroutines
6
Coroutine returns
7
Promise type
8
Coroutine
9
Filter
10
Recap
11
Undefined behavior
12
Resources
Description:
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only! Grab it Explore asynchronous I/O and coroutines for efficient data streaming in this NDC TechTown 2021 conference talk. Delve into the io_uring mechanism introduced in Linux kernel 5.1 for asynchronous network and disk operations, enhancing program responsiveness. Learn how C++20 coroutines offer a solution to "callback hell" by allowing function suspension and resumption within the same thread. Gain insights into combining io_uring and coroutines to create code that reads asynchronous data in multiple short loops, simulating parallel execution without threading concerns. Cover topics such as Uring IO, multithreaded IO, performance improvements, coroutine basics, promise types, coroutine filters, and potential undefined behavior. Acquire valuable resources to further your understanding of these advanced programming concepts.

Asynchronous I/O and Coroutines for Smooth Data Streaming

NDC Conferences
Add to list