$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 14:45:14
On Fri, Jan 5, 2018 at 1:52 AM, Klaim - Joël Lamotte via Boost-users
<boost-users_at_[hidden]> wrote:
> Although it is not supposed to be up to date, I think the description given
> in the documentation of the executor library
> that was proposed by the ASIO author is probably the best to understand the
> difference between these:
> https://github.com/chriskohlhoff/executors
It really would be nice if Chris Kohlhoff (author of Boost.Asio) could
step forward and provide complete detail on how these functions are
used, including a few examples such as usage in a composed operation
implementation.
Thanks