From: Fiver Dev (fiver.dev.com_at_[hidden])
Date: 2019-06-22 05:03:50


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