subscribe_session

Function subscribe_session 

Source
pub async fn subscribe_session(
    shell_session_id: &str,
    tx: Sender<StreamChunk>,
) -> Result<Option<ShellSessionMetadata>>
Expand description

Subscribe to lifecycle/output events for an existing PTY shell session.