
21 Jun
2019
21 Jun
'19
11:03 p.m.
Hello everyone, How do I create this strand using the io_context of the socket in boost 1.70. asio::ip::tcp::socket socket; asio::io_context::strand strand( socket.get_executor().context() ); Thanks Tom