Skip to main content

run_server

Function run_server 

Source
pub async fn run_server(
    config: SessionServerConfig,
) -> Result<i32, Box<dyn Error + Send + Sync>>
Expand description

Run the session server. Returns the PTY child’s exit code on success.