mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: task executor metrics (#11738)
This commit is contained in:
@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user