pub async fn serve( processor: Arc<SignalProcessor>, host: &str, port: u16, ) -> Result<()>
Start the HTTP server, binding to host:port.
host:port
Blocks until the server shuts down.