docs: fix worker_overflow_count (#5988)

This commit is contained in:
Joan Antoni RE
2023-09-07 14:16:52 -05:00
committed by GitHub
parent aad1892ab5
commit fb3ae0a254
+1 -1
View File
@@ -474,7 +474,7 @@ impl RuntimeMetrics {
/// ///
/// This metric only applies to the **multi-threaded** scheduler. /// 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 /// 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 /// locally, but its local queue is full. When this happens, half of the
/// local queue is moved to the injection queue. /// local queue is moved to the injection queue.