$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] asio: async ops in multithreading environment
From: Max Dmitrichenko (dmitrmax_at_[hidden])
Date: 2013-03-06 08:08:17
>
> So if you post close() to *this* strand - it won't cause
> race-condition with the composed operation in your scenario, will it?
I should pay more attention when reading docs ) Thank you, Igor.
-- Max