We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637fc1d commit 74af1f0Copy full SHA for 74af1f0
tokio/src/runtime/metrics/runtime.rs
@@ -54,6 +54,10 @@ impl RuntimeMetrics {
54
/// This counter increases when a task is spawned and decreases when a
55
/// task exits.
56
///
57
+ /// Note: When using the multi-threaded runtime this number may not
58
+ /// not have strong consistency i.e. no tasks may be running but the metric
59
+ /// reports otherwise.
60
+ ///
61
/// # Examples
62
63
/// ```
0 commit comments