Function devices::virtio::vhost::user::device::handler::sys::linux::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.