Skip to main content

DispatchTable

Type Alias DispatchTable 

Source
pub type DispatchTable = Arc<RwLock<HashMap<String, Sender<RequestEnvelope>>>>;
Expand description

Maps URL path → channel sender for the consumer that owns that path.

Aliased Type§

pub struct DispatchTable { /* private fields */ }