2
0
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:
Oliver Kowalke
2013-01-13 17:25:33 +01:00
parent b97e265a49
commit 8a823e4119
2 changed files with 21 additions and 3 deletions

View File

@@ -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();
}
}