fix: task executor metrics (#11738)

This commit is contained in:
greged93
2024-10-16 12:39:25 +02:00
committed by GitHub
parent d421931b7e
commit 248b6b5905
3 changed files with 6 additions and 6 deletions

View File

@ -288,7 +288,7 @@ pub struct TaskExecutor {
on_shutdown: Shutdown,
/// Sender half for sending panic signals to this type
panicked_tasks_tx: UnboundedSender<PanickedTaskError>,
// Task Executor Metrics
/// Task Executor Metrics
metrics: TaskExecutorMetrics,
/// How many [`GracefulShutdown`] tasks are currently active
graceful_tasks: Arc<AtomicUsize>,