Skip to content

Commit

Permalink
metrics: update stats when unparking in multi-thread (#6131)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliu authored Nov 6, 2023
1 parent 161ecec commit 8ec3e0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tokio/src/runtime/scheduler/multi_thread/worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,7 @@ impl Context {
} else {
self.park(core)
};
core.stats.start_processing_scheduled_tasks();
}
}

Expand Down

0 comments on commit 8ec3e0d

Please sign in to comment.