10 Aug
2019
10 Aug
'19
11:34 a.m.
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.