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>::T
Return 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_TOTAL
impl Send for TOKIO_THREADS_TOTAL
impl Sync for TOKIO_THREADS_TOTAL
impl Unpin for TOKIO_THREADS_TOTAL
impl UnwindSafe for TOKIO_THREADS_TOTAL