$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Asio] Combining use_future with strands
From: Gavin Lambert (boost_at_[hidden])
Date: 2018-12-18 22:45:57
On 18/12/2018 07:26, Damian Jarek wrote:
> As a sidenote: asio::io_context::strand is deprecated and should not be
> used in projects that use ASIO 1.66+. You should use
> `asio::strand<io_context::executor_type>` instead.
That seems like a poor tradeoff of names. I hope the former will never
be removed and will just typedef to the latter.