$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Joining boost::asio::strands
From: Cesar Mello (cmello_at_[hidden])
Date: 2015-01-29 11:47:10
Hi,
After spawning several paralell jobs through calls to boost::asio::spawn
inside a loop, is there an easy way to wait for all of them to finish? I
would like to join them to aggregate the results.
Please can you give me any clue?
Thank you a lot!
Best regards
Cesar