$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] simultaneous async_read_some and async_write using strand
From: Chris Stankevitz (chrisstankevitz_at_[hidden])
Date: 2012-08-27 14:28:03
On Mon, Aug 27, 2012 at 10:53 AM, Igor R <boost.lists_at_[hidden]> wrote:
> Strand only serializes handler invocations, but you can't know when
> the handlers are enqueued.
Igor,
Ahh, I get it now! So I guess the clue was that strand 'wraps' the
bind on the callback/handler.
Thank you,
Chris