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.
SessionContext
What has run in a session so far.
SessionId
Unique identifier for a shell session.
SessionStore
Thread-safe storage for sessions.

Enums§

SessionState
Represents the lifecycle state of a shell session.