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
Design and Implementation of DBMS Asynchronous Client LibraryCppNow via YouTube Generalized Full Duplex Messaging
CppNow via YouTube Networking TS Workshop - Part 1 of 2
CppNow via YouTube The Optimization of a Boost.Asio-Based Networking Server
CppNow via YouTube An Asio Based Flash XML Server
CppNow via YouTube