Function dispatch_ack
pub(super) fn dispatch_ack(
event: &ClientEvent<'_>,
pending: &mut Pending,
) -> boolExpand description
Dispatches a non-message client event (acknowledgements). Returns true
when the event freed a send-quota slot so the caller can pump the session.