Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

YouTube

What I Learned From Sockets - Applying the Unix Readiness Model When Composing Concurrent Operations in C++

ACCU Conference via YouTube

Overview

Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore how Unix socket concepts like select and poll can be applied to compose concurrent operations in C++ in this ACCU 2023 conference talk. Delve into the rich set of Unix primitives 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 discover their similarities to Go's "select" statement. Examine the viability of this approach for solving problems involving concurrent operations and understand how C++ concurrency mechanisms can support similar semantics. Gain insights into answering questions like "How can I .get() the first of several futures?" and "How can I co_await the first of several coroutines?" Led by Bloomberg LP's Filipp Gelman, known for his exploration of obscure C++ language features and emphasis on compile-time computation.

Syllabus

Applying Unix Readiness Model for Concurrent Operations in C++ - Filipp Gelman - ACCU 2023

Taught by

ACCU Conference

Reviews

Start your review of What I Learned From Sockets - Applying the Unix Readiness Model When Composing Concurrent Operations in C++

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.