Skip to main content

register_queue

Function register_queue 

Source
pub fn register_queue(name: TrackedLimit, capacity: usize) -> Arc<QueueGauge> 
Expand description

Register a bounded queue (the LimitCategory::Queue case) with the global registry. Convenience over QueueRegistry::global + QueueRegistry::register.