Sockets - Applying the Unix Readiness Model for Concurrent Operations in C++ - CppCon 2022
Offered By: CppCon via YouTube
Course Description
Overview
Explore the application of Unix readiness model to concurrent operations in C++ in this CppCon 2022 conference talk. Delve into the rich set of primitives Unix systems offer for working concurrently with file descriptors, including select, poll, epoll, and kqueue interfaces. Learn how these concepts can be applied to solve problems involving concurrent operations in C++. Discover answers to questions like "How can I .get() the first of several futures?" and "How can I co_await the first of several coroutines?" Gain insights from speaker Filipp Gelman, known for his expertise in templates, compile-time computation, and creative use of language features at Bloomberg LP. Enhance your understanding of C++ concurrency mechanisms and their potential to support Unix-like readiness semantics.
Syllabus
Sockets - Applying the Unix Readiness Model When Composing Concurrent Operations in C++ CppCon 2022
Taught by
CppCon
Related Courses
Computer GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera