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.