reject_offline

Function reject_offline 

pub(super) fn reject_offline<T>(
    queued_tx: Option<Sender<Result<(), Error>>>,
    completion_tx: Sender<Result<T, Error>>,
)
Expand description

Rejects an offline operation because the queue is full.