Skip to main content

Module session

Module session 

Source
Expand description

Session management module.

This module provides types and utilities for managing shell sessions, including session identification, state tracking, and storage.

Structs§

Session
A shell session.
SessionConfig
Configuration for creating a new session.
SessionContext
Execution context for a shell session.
SessionId
Unique identifier for a shell session.
SessionStore
Thread-safe storage for sessions.
StateProbe
State probe for querying shell state.

Enums§

SessionState
Represents the lifecycle state of a shell session.