
18 Dec
2018
18 Dec
'18
10:45 p.m.
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.