$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bjorn Reese (breese_at_[hidden])
Date: 2019-08-10 11:34:43
On 8/10/19 4:27 AM, VinÃcius dos Santos Oliveira via Boost wrote:
> With IOFiber, spawn() returns a fiber handle that you can use to join() the
> fiber. The handle is moveable and then you can pass it around. Check the
> documentation.
That is an elegant solution.