Skip to main content

serve_worker

Function serve_worker 

Source
pub async fn serve_worker(
    worker: Worker,
    addr: &str,
) -> Result<(), Box<dyn Error>>
Expand description

Start a worker server on the given address.