diff options
Diffstat (limited to 'src/rt/rust_scheduler.cpp')
| -rw-r--r-- | src/rt/rust_scheduler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_scheduler.cpp b/src/rt/rust_scheduler.cpp index 2d5e84f531e..0e559d56060 100644 --- a/src/rt/rust_scheduler.cpp +++ b/src/rt/rust_scheduler.cpp @@ -229,7 +229,7 @@ rust_scheduler::start_main_loop() { DLOG(this, task, "all tasks are blocked, scheduler id %d yielding ...", id); - lock.timed_wait(10); + lock.wait(); reap_dead_tasks(); DLOG(this, task, "scheduler %d resuming ...", id); |
