Skip to main content

start_ipc_server

Function start_ipc_server 

Source
pub async fn start_ipc_server(app: AppHandle) -> Result<()>
Expand description

Start the IPC server. This is a long-running async task; spawn it with tauri::async_runtime::spawn.