pub fn mark_proxy_message_handled(counter: &Counter)Expand description
Marks a message handled by decrementing counter.
This should be called when a proxied channel message has been handled, and the caller would be ok letting the container suspend.