$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: Bjorn Reese (breese_at_[hidden])
Date: 2018-07-26 12:33:23
On 07/25/18 19:12, Vinnie Falco via Boost-users wrote:
> It looks like your implementation of async_method() is missing one or
> two executor_work_guard objects:
post() is an asynchronous operation, so it takes care of that (see
section 13.23.)