2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-02-15 00:52:34 +00:00
This commit is contained in:
Oliver Kowalke
2013-01-27 10:14:15 +01:00
parent 007f259780
commit 0abfc511bb
10 changed files with 69 additions and 64 deletions

View File

@@ -89,10 +89,10 @@ void fn_steel_fibers( boost::fibers::round_robin * other_ds, boost::barrier * b,
if ( f)
{
++( * count);
ds.migrate_to( boost::move( f) );
ds.migrate_to( f);
while ( boost::fibers::run() );
}
BOOST_ASSERT( ! f);
f.detach();
}
}