Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in boost-asio

Sharing a boost::asio::io_service object between dynamically loaded libraries

c++ boost dll boost-asio

Intermittently no data delivered through boost::asio / io completion port

Listening to an udp broadcast with the boost library

c++ sockets boost udp boost-asio

How to design a custom IO object for Boost.Asio

c++ boost boost-asio

boost asio synchronous vs asynchronous operations performance

c++ boost-asio

Boost ASIO: Asynchronous write, synchronously

Is it more efficient to use boost::asio::basic_stream_socket::async_read_some instead of boost::asio::async_read?

Non-threaded alternative to waiting on a condition. (Edit: Proactor pattern with boost.asio?)

libboost ASIO. Simple asynchronous client server

Boost asio - multiple client connections to different servers

c++ boost-asio

boost::asio UDP "gather" operation

c++ boost boost-asio

Is there a way to explicitly destroy all handlers pending on a given boost::asio::io_context?

c++ boost-asio

Interrupt boost::asio synchronous read?

Whether there is a UDT backend for boost::asio?

How do I force boost::asio to prioritize finishing async_write calls over running other handlers?

c++ boost boost-asio

"Compiler threading support is not turned on."

How do you discriminate a cancelled from a retriggered boost deadline_timer

c++ boost boost-asio

boost::asio async condition

How to specify a specific NIC to be used in an application written in c++ (boost asio)

Stopping boost::asio::io_service::run() from concurrent destructor

c++ boost boost-asio