mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-17 13:42:21 +00:00
fixes for signaling interruption and wait
This commit is contained in:
@@ -30,6 +30,7 @@ round_robin::pick_next() {
|
||||
victim = & runnable_queue_.front();
|
||||
runnable_queue_.pop_front();
|
||||
BOOST_ASSERT( nullptr != victim);
|
||||
BOOST_ASSERT( ! victim->runnable_is_linked() );
|
||||
}
|
||||
return victim;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user