Struct sc_utils::metrics::TOKIO_THREADS_TOTAL
source · pub struct TOKIO_THREADS_TOTAL { /* private fields */ }
Methods from Deref<Target = GenericCounter<AtomicU64>>§
sourcepub fn local(&self) -> GenericLocalCounter<P>
pub fn local(&self) -> GenericLocalCounter<P>
Return a GenericLocalCounter
for single thread usage.
Trait Implementations§
source§impl Deref for TOKIO_THREADS_TOTAL
impl Deref for TOKIO_THREADS_TOTAL
§type Target = GenericCounter<AtomicU64>
type Target = GenericCounter<AtomicU64>
The resulting type after dereferencing.
source§fn deref(&self) -> &GenericCounter<AtomicU64>
fn deref(&self) -> &GenericCounter<AtomicU64>
Dereferences the value.