Skip to main content

serve_worker_authenticated

Function serve_worker_authenticated 

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

Start a worker server with authentication.