mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-13 00:12:17 +00:00
multithreaded condition_variable
This commit is contained in:
@@ -39,8 +39,7 @@ condition::notify_one()
|
||||
lk.unlock();
|
||||
|
||||
// notify waiting fiber
|
||||
if ( n)
|
||||
n->set_ready();
|
||||
if ( n) n->set_ready();
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user