Crate metered_channel[−][src]
Expand description
Metered variant of mpsc channels to be able to extract metrics.
Modules
Metered variant of oneshot channels to be able to extract delays caused by delayed responses.
Structs
A peek into the inner state of a meter.
A receiver tracking the messages consumed by itself.
The sender component, tracking the number of items sent across it.
A readout of sizes from the meter. Note that it is possible, due to asynchrony, for received to be slightly higher than sent.
A receiver tracking the messages consumed by itself.
The sender component, tracking the number of items sent across it.