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.
- Session
Config - Configuration for creating a new session.
- Session
Context - Execution context for a shell session.
- Session
Id - Unique identifier for a shell session.
- Session
Store - Thread-safe storage for sessions.
- State
Probe - State probe for querying shell state.
Enums§
- Session
State - Represents the lifecycle state of a shell session.