$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] ASIO: custom service which works with spawn/yield
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2018-07-26 13:12:09
On Thu, Jul 26, 2018 at 5:33 AM, Bjorn Reese via Boost-users
<boost-users_at_[hidden]> wrote:
> On 07/25/18 19:12, Vinnie Falco via Boost-users wrote:
> post() is an asynchronous operation, so it takes care of that (see
> section 13.23.)
I'm certain that the executor_work_guard is needed, this guidance
comes from Chris. The note in 13.23 is non-normative and probably
misleading in this context. I'll raise the point with the editor.