mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-15 00:52:34 +00:00
tests
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user