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.
pub async fn create_session(
pool_key: &str,
initial_cwd: Option<&str>,
tx: Option<Sender<StreamChunk>>,
) -> Result<ShellSessionHandle>Start a long-lived interactive PTY shell session immediately.