mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
docs: fix worker_overflow_count (#5988)
This commit is contained in:
parent
aad1892ab5
commit
fb3ae0a254
@ -474,7 +474,7 @@ impl RuntimeMetrics {
|
||||
///
|
||||
/// This metric only applies to the **multi-threaded** scheduler.
|
||||
///
|
||||
/// The worker steal count starts at zero when the runtime is created and
|
||||
/// The worker overflow count starts at zero when the runtime is created and
|
||||
/// increases by one each time the worker attempts to schedule a task
|
||||
/// locally, but its local queue is full. When this happens, half of the
|
||||
/// local queue is moved to the injection queue.
|
||||
|
Loading…
x
Reference in New Issue
Block a user