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 ac29abcCopy full SHA for ac29abc
tokio/src/runtime/metrics/runtime.rs
@@ -53,6 +53,10 @@ impl RuntimeMetrics {
53
///
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
0 commit comments