Expand description
An instrumentation tool to track and visualize queue depths of bounded channels in tokio runtime. Provides real-time progress bars to monitor channel queuing behaviour, helping developers to diagnose system issues and identify bottlenecks.
Traits§
- Channel
Info - Trait for channel metadata.
Functions§
- hook_
channel - Registers a channel with the global registry.
- init
- Initializes a background task to monitor channel queue depths.