Skip to main content

Module index

Module index 

Source
Expand description

Message-id to message lookup.

A per-connection lookup keyed on MsgId pairs a response arriving on the wire with its outstanding request in constant time. crate::util::dict::MsgIndex (an ahash-backed std::collections::HashMap) keyed on MsgId provides the message-flavored alias plus a thin newtype that adds the verbs the message layer actually uses.

Structsยง

MsgIndex
Owning index of Msg values keyed on MsgId.