Skip to main content

start_server

Function start_server 

Source
pub async fn start_server<R: Runtime>(
    app_handle: AppHandle<R>,
    state: Arc<VictauriState>,
    port: u16,
    shutdown_rx: Receiver<bool>,
) -> Result<()>