Function run_handler

Source
pub async fn run_handler<S>(
    backend_server: BackendServer<S>,
    ex: &Executor,
) -> Result<()>
where S: Backend,
Expand description

Performs the run loop for an already-constructor request handler.