$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Boost.Asio] defer, dispatch and post differences?
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2018-01-05 15:55:30
On Fri, Jan 5, 2018 at 7:53 AM, Richard Hodges via Boost-users
<boost-users_at_[hidden]> wrote:
> Perhaps defer does a post
> unless the handler is a continuation? I think that would make sense.
And how would it know if the handler is a continuation?
Thanks