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§
- Async
Session Info - Async session info: non-blocking query.
- Async
Session Manager - Async session manager.
- Pending
OpsTracker - Track pending async operations.
Functions§
- wait_
for_ state - Wait for a session to reach a target state, polling.