Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in boost-asio

What is the impact of calling io_service::run method twice

c++ boost boost-asio

How to safely cancel a Boost ASIO asynchronous accept operation?

Can boost::asio::ssl::context be shared between multiple SSL streams?

read: End of file in ASIO. Why is socket getting closed?

c++ boost-asio

Using Boost::Asio socket async and sync operations together

c++ sockets boost boost-asio

Is it safe to destroy boost::asio timer from its handler or handler dtor?

c++ boost boost-asio

Making an asynchronous Client with boost::asio

boost boost-asio

Boost Asio On Linux Not Using Epoll

c++ linux boost boost-asio epoll

source-specific multicast using boost

boost asio tcp send and receive tutorial

c++ boost boost-asio

cancel a deadline_timer, callback triggered anyway

Synchronous TCP Read in Node.js

Set timeout for boost socket.connect

Are those async_* functions of boost::asio lib executed parallelly by OS

c++ c++11 boost boost-asio

boost condition variable issue

What could happen if two threads access the same bool variable at the same time?

boost asio - connect using an ip address

boost-asio

Reading UDP socket twice discards remaining bytes after first call

c++ udp boost-asio

What if when the destructor of a asio::strand is called, there are still some ready/unready handlers on this strand?

boost boost-asio

boost::threadpool::pool vs.boost::thread_group