//! In-flight signal-cli work awaiting confirmation or dispatch.
//!
//! Tracks send RPCs awaiting a `SendTimestamp` response (`sends`),
//! receipts that arrived before their matching send (`receipts`), the
//! queued typing-stop request from conversation switches (`typing_stop`),
//! and queued outgoing read receipts (`read_receipts`). All four are
//! drained by the main event loop.
use HashMap;
use crateSendRequest;
/// State for in-flight signal-cli work awaiting confirmation or dispatch.