mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-20 02:32:19 +00:00
code clean-up
This commit is contained in:
@@ -108,7 +108,7 @@ round_robin::run()
|
||||
rqueue_.pop_front();
|
||||
|
||||
if ( f->is_ready() ) break;
|
||||
if ( f->is_waiting() ) wqueue_.push_back( f);
|
||||
else if ( f->is_waiting() ) wqueue_.push_back( f);
|
||||
else BOOST_ASSERT_MSG( false, "fiber with invalid state in ready-queue");
|
||||
}
|
||||
while ( true);
|
||||
|
||||
Reference in New Issue
Block a user