create_session

Function create_session 

Source
pub async fn create_session(
    pool_key: &str,
    initial_cwd: Option<&str>,
    tx: Option<Sender<StreamChunk>>,
) -> Result<ShellSessionHandle>
Expand description

Start a long-lived interactive PTY shell session immediately.