Skip to main content

Module async_session_manager

Module async_session_manager 

Source
Expand description

Async session manager — non-blocking session lifecycle.

Provides an async interface for session creation, commitment collection, and aggregation. Uses std::thread channels under the hood (not tokio) for compatibility.

Structs§

AsyncSessionInfo
Async session info: non-blocking query.
AsyncSessionManager
Async session manager.
PendingOpsTracker
Track pending async operations.

Functions§

wait_for_state
Wait for a session to reach a target state, polling.