mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-02 08:52:07 +00:00
some fixes related to mt
This commit is contained in:
@@ -116,6 +116,7 @@ round_robin::join( detail::fiber_base::ptr_t const& f)
|
||||
while ( ! f->is_terminated() )
|
||||
{
|
||||
//FIXME: call this_thread::yield() before ?
|
||||
//FIXME: rethrow exception from f?
|
||||
run();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user