Generalized Full Duplex Messaging
Offered By: CppNow via YouTube
Course Description
Overview
Explore a comprehensive approach to creating a generic interface for full duplex messaging systems in this conference talk from C++Now 2018. Delve into the integration of Boost.Asio, Boost.Hana, and Nbdl to demonstrate the creation of versatile communication interfaces. Learn how to implement concrete solutions using various libraries, ranging from raw TCP to websockets. Gain insights into managing object lifetimes in asynchronous operations, a crucial aspect of network programming. Benefit from this presentation if you're interested in network programming or developing generic interfaces for libraries. Presented by Jason Rice, a web applications programmer with expertise in C++ metaprogramming and contributor to Boost.Hana.
Syllabus
C++Now 2018: Jason Rice “Generalized Full Duplex Messaging”
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube