mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
fix tail latencies
This commit is contained in:
parent
cf8dc6710f
commit
b3b80a0c69
@ -852,7 +852,7 @@ impl Worker {
|
|||||||
return Ok((None, core));
|
return Ok((None, core));
|
||||||
}
|
}
|
||||||
|
|
||||||
core = try_task_new_batch!(self, self.poll_driver(cx, core));
|
// core = try_task_new_batch!(self, self.poll_driver(cx, core));
|
||||||
|
|
||||||
// Get a snapshot of which workers are idle
|
// Get a snapshot of which workers are idle
|
||||||
cx.shared().idle.snapshot(&mut self.idle_snapshot);
|
cx.shared().idle.snapshot(&mut self.idle_snapshot);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user