$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [boost::asio] Wait for multiple async_read()'s
From: Marat Abrarov (abrarov_at_[hidden])
Date: 2017-01-30 15:47:40
Hi Adam,
> I'd like to write data to these streams then wait for everyone to reply
before performing computation on the resulting data.
What about Chris's coinvoke
(http://blog.think-async.com/2008/10/asynchronous-forkjoin-using-asio.html)?
Could it help for you case?
Regards,
Marat Abrarov.