What I Learned from Sockets: Applying Socket Concepts to C++ Concurrency - Lecture
Meeting Cpp via YouTube
Learn AI, Data Science & Business — Earn Certificates That Get You Hired
The Fastest Way to Become a Backend Developer Online
Overview
Google, IBM & Meta Certificates — All 10,000+ Courses at 40% Off
One annual plan covers every course and certificate on Coursera. 40% off for a limited time.
Get Full Access
Explore how socket concepts like select and poll can be applied to compose concurrent operations in C++ in this conference talk from Meeting C++ 2023. Delve into the rich set of primitives in Unix systems for working concurrently with file descriptors, including select, poll, epoll, and kqueue. Learn how these interfaces allow waiting for events on specified file descriptors and compare them to the "select" statement in Go programming language. Discover the viability of this approach for solving problems involving concurrent operations in C++. Examine how C++ concurrency mechanisms can support similar semantics to socket concepts. Gain insights into answering questions such as "How can I .get() the first of several futures?" and "How can I co_await the first of several coroutines?" Enhance your understanding of concurrent programming techniques and their practical applications in C++.
Syllabus
What I learned from sockets - Filipp Gelman - Meeting C++ 2023
Taught by
Meeting Cpp