Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asio

How to gracefully shutdown asio::ssl::stream<asio::ip::tcp::socket> in C++ Asio? (shutdown always throws "stream truncated" exception)

Separate Boost async read and async write in two threads

How can I effectively use boost::process::async_pipe for both writing and reading?

c++ asynchronous boost pipe asio

ASIO proper handling of multiple threads + strand + socket + timer

c++ server boost-asio asio

Asio's signal handling under multithreaded scenarios

c++ boost-asio asio

Why we can reuse a moved socket_ in acceptor_.async_accept?

c++ boost asio beast

Is there any elegant way to combine asio::co_composed and std::variant?

c++ boost c++20 coroutine asio

how to run 2 asynchronous timers implemented in a class

c++ boost boost-asio asio

co_await custom awaiter in boost asio coroutine

Asio async and concurrency

c++ boost-asio asio

Is it possible to capture audio from an ASIO device with ffmpeg?

Writing binary mangles data

c++ io binary asio

AsyncOperation Reading and Writing

steady timer asio boost

c++ boost asio

Can asio co_composed lambda function capture this pointer?

c++ boost coroutine asio