mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-26 00:00:16 +02:00
metrics: update stats when unparking in multi-thread (#6131)
This commit is contained in:
@@ -543,6 +543,7 @@ impl Context {
|
||||
} else {
|
||||
self.park(core)
|
||||
};
|
||||
core.stats.start_processing_scheduled_tasks();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user