mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-30 00:00:16 +02:00
chore: fix typo (#6464)
This commit is contained in:
@@ -44,7 +44,7 @@ pub(crate) struct WorkerMetrics {
|
|||||||
/// current-thread scheduler.
|
/// current-thread scheduler.
|
||||||
pub(crate) queue_depth: AtomicUsize,
|
pub(crate) queue_depth: AtomicUsize,
|
||||||
|
|
||||||
/// If `Some`, tracks the the number of polls by duration range.
|
/// If `Some`, tracks the number of polls by duration range.
|
||||||
pub(super) poll_count_histogram: Option<Histogram>,
|
pub(super) poll_count_histogram: Option<Histogram>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user