Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asio

Boost.Asio: The I/O operation has been aborted because of either a thread exit or an application request

c++ boost boost-asio asio

Confusion about "asio::async_compose"" vs "asio::async_initiate"

c++ boost-asio 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