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 161ecec commit 8ec3e0dCopy full SHA for 8ec3e0d
1 file changed
tokio/src/runtime/scheduler/multi_thread/worker.rs
@@ -543,6 +543,7 @@ impl Context {
543
} else {
544
self.park(core)
545
};
546
+ core.stats.start_processing_scheduled_tasks();
547
}
548
549
0 commit comments