//! Pending request tracking: `PendingRequestMap` and `PendingEntry`. //! //! Correlates `call.responded` events back to the original `call.requested` //! by request ID. See `docs/architecture/crates/call/call-protocol.md` for //! the full specification. // TODO: implement