Expand description
Metrics collection for the thread pool.
This module defines the MetricsCollector trait for collecting metrics about the
thread pool’s activity, as well as default implementations for atomic metrics collection.
Structs§
- A default implementation of
MetricsCollectorusing atomic counters. - Stores metrics for the thread pool using atomic counters.
Traits§
- A trait for collecting metrics from the thread pool.