Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in boost-asio

What if a basic_waitable_timer is destructed when there are still async operations waiting on it?

c++ boost boost-asio

Serializing mutable state and sending it asynchronously over the network with nearly-zero-copy (Cap'n Proto + ZeroMQ)

boost::asio::io_service crash in win_mutex lock

Boost::asio::ssl OpenSSL not compiling

openssl boost-asio

How do it clear all posted tasks which already queued in a strand?

c++ boost boost-asio

Boost ASIO scatter-gather I/O causes mysterious memory errors

c++ boost boost-asio

Boost.Asio segfault, no idea why

How to link ws2_32 in Clion

c++ cmake mingw boost-asio clion

c++0x lambdas, not letting me pass as function ptr

What's the difference between WaitForMultipleObjects and boost::asio on multiple windows::basic_handle's?

How can I store a boost::bind object as a class member?

c++ boost-asio boost-bind

boost::asio ssl linking error

c++ boost ssl openssl boost-asio

How can I write a file to a socket using the 'chunked' HTTP Transfer-Protocol in boost::asio?

c++ boost boost-asio

How to discard data as it is sent with boost::asio?

write to boost::asio socket from different threads

How to use a specfic Networkinterface/Ip with Boost Asio sockets?

What does inside a strand mean?

c++ c++11 boost-asio

How boost.asio discover which port is my server app listening on?

c++ boost boost-asio

Problems using boost::asio::async_read()

c++ boost boost-asio

Strange exception throw - assign: Operation not permitted

c++ boost boost-asio