Function ack_queued
pub(super) fn ack_queued(queued_tx: Option<Sender<Result<(), Error>>>)Expand description
Resolves the optional queue-acknowledgement channel immediately. Only for
operations with no durable state (QoS 0); anything stored in the session
parks via park_queued instead.