Boost logo

Boost Users :

From: Richard (legalize_at_[hidden])
Date: 2023-03-15 17:52:06


Utah Cpp Programmers has released a new video

Getting Started with Boost.Asio: Timers and Serial Ports
<https://www.youtube.com/watch?v=XB3uEit5R_Y>

I/O operations are inherently asynchronous -- we don't know when input
will arrive and when output will be generated. Network I/O can be
particularly bothersome because of the long delays between sending a
request and obtaining the response.

Boost.Asio is a cross-platform C++ library for network and low-level
I/O programming that provides developers with a consistent
asynchronous model using a modern C++ approach. Boost.Asio covers
timers, serial ports, files, pipes and TCP/IP networking.

This month, Richard Thomson will give us an introduction to Boost.Asio
concepts and asynchronous programming with this library. We'll look at
how to use timers to notify our application of time passing and how to
talk to serial ports asynchronously.

Other Utah Cpp Programmers videos:
<https://www.youtube.com/@UtahCppProgrammers>

-- 
"The Direct3D Graphics Pipeline" free book <http://tinyurl.com/d3d-pipeline>
             The Terminals Wiki <http://terminals-wiki.org>
     The Computer Graphics Museum <http://ComputerGraphicsMuseum.org>
  Legalize Adulthood! (my blog) <http://LegalizeAdulthood.wordpress.com>

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net