mirror of
https://github.com/boostorg/asio.git
synced 2026-01-26 18:22:09 +00:00
* Use asio::steady_timer rather than asio::deadline_timer. * Use asio::dynamic_buffer rather than asio::streambuf. * Use timed asio::io_context::run_for() function for blocking clients. * Add example showing a custom completion token for blocking with timeouts.