$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: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2018-12-18 23:37:59
On Tue, Dec 18, 2018 at 2:46 PM Gavin Lambert via Boost-users
<boost-users_at_[hidden]> wrote:
> That seems like a poor tradeoff of names. I hope the former will never
> be removed and will just typedef to the latter.
Do you think that when Networking TS is merged to the standard in
2026, that it should also have both `std::net::strand` and
`std::net::io_context::strand`?
Regards