mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-18 01:52:24 +00:00
fix join(), this_fiber::sleep_until()
This commit is contained in:
@@ -57,7 +57,7 @@ context::release() {
|
||||
splk_.unlock();
|
||||
|
||||
// notify all waiting fibers
|
||||
for ( context * f : wait_queue_) {
|
||||
for ( context * f : tmp) {
|
||||
do_signal( f);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user