Skip to content

Commit

Permalink
docs: fix worker_overflow_count (#5988)
Browse files Browse the repository at this point in the history
  • Loading branch information
jotare committed Sep 7, 2023
1 parent aad1892 commit fb3ae0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/runtime/metrics/runtime.rs
Expand Up @@ -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.
Expand Down

0 comments on commit fb3ae0a

Please sign in to comment.