Creating Boost.Asio Extensions
Offered By: CppNow via YouTube
Course Description
Overview
Explore the extensibility of Boost.Asio and learn how to implement new asynchronous operations in this comprehensive conference talk. Delve into the framework that powers Boost.Asio's portable network library capabilities, understanding why it's more than just a networking tool. Examine existing extensions like directory monitors for file and directory watching, and investigate the implementation of custom asynchronous operations. Gain insights into the limitations of Boost.Asio and scenarios where operations may not fit within its framework. Enhance your C++ development skills by mastering the art of creating powerful Boost.Asio extensions.
Syllabus
Boris Schaeling: Creating Boost.Asio extensions
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