Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in boost-asio

Using Boost-Beast (Asio) http client with SSL (HTTPS)

boost::asio async handlers invoked without error after cancellation

Boost ASIO: Send message to all connected clients

c++ boost boost-asio

What is the definition of a boost::asio::io_service ready handler?

c++ boost boost-asio

Passing around boost::asio::ip::tcp::socket

c++ boost boost-asio

Is ip::tcp::socket.close() thread safe?

c++11 boost-asio

boost::thread data structure sizes on the ridiculous side?

Code using boost::asio::streambuf causes segfault

c++ boost boost-asio streambuf

boost asio iostream - how to get local IP address

c++ boost ip boost-asio local

Boost asio tcp socket available reports incorrect number of bytes

c++ boost boost-asio

Boost Asio tcp::acceptor access violation exception

What's wrong with this boost::asio and boost::coroutine usage pattern?

Using boost::asio stackless coroutines to download several files via HTTP

c++ boost boost-asio coroutine

Detaching a native socket from Boost.ASIO's socket class

c++ sockets boost boost-asio

Release a socket in Boost.Asio (opposite of assign), or don't transfer ownership

c++ sockets boost boost-asio

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

c++ boost dll boost-asio