Struct sp_utils::metrics::TOKIO_THREADS_TOTAL [−][src]
pub struct TOKIO_THREADS_TOTAL { /* fields omitted */ }Methods from Deref<Target = GenericCounter<AtomicU64>>
pub fn inc_by(&self, v: <P as Atomic>::T)
pub fn inc_by(&self, v: <P as Atomic>::T)pub fn inc(&self)
pub fn inc(&self)Increase the counter by 1.
pub fn get(&self) -> <P as Atomic>::T
pub fn get(&self) -> <P as Atomic>::TReturn the counter value.
pub fn reset(&self)
pub fn reset(&self)Restart the counter, resetting its value back to 0.
pub fn local(&self) -> GenericLocalCounter<P>
pub fn local(&self) -> GenericLocalCounter<P>Return a [GenericLocalCounter] for single thread usage.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TOKIO_THREADS_TOTALimpl Send for TOKIO_THREADS_TOTALimpl Sync for TOKIO_THREADS_TOTALimpl Unpin for TOKIO_THREADS_TOTALimpl UnwindSafe for TOKIO_THREADS_TOTAL