Skip to main content

PendingMap

Type Alias PendingMap 

Source
type PendingMap = Arc<Mutex<HashMap<u64, Sender<Result<Value, String>>>>>;
Expand description

Pending-request map: request id → response sender.

Aliased Type§

struct PendingMap { /* private fields */ }