Expand description
Features to meter unbounded channels
Structs§
- Tracing
Unbounded Receiver - Wrapper Type around
UnboundedReceiver
that decreases the global measure when a message is polled - Tracing
Unbounded Sender - Wrapper Type around
UnboundedSender
that increases the global measure when a message is added
Functions§
- tracing_
unbounded - Wrapper around
mpsc::unbounded
that tracks the in- and outflow viaUNBOUNDED_CHANNELS_COUNTER