Module dispatcher

Source
Expand description

Dispatch requests to the correct backend

The dispatcher’s role is to direct requests to the provider they specify, if said provider is available on the system, thus acting as a multiplexer.

Structs§

Dispatcher
Dispatcher to backend
DispatcherBuilder
Dispatcher builder