Skip to main content

Module session_components

Module session_components 

Source
Expand description

Granular session components for fine-grained locking and lock-free access Granular session components for fine-grained locking

This module provides lock-free and fine-grained locked components that replace the monolithic ActiveSession structure for better concurrent access patterns.

Structs§

EntityGraph
Lock-free entity graph using DashMap
EntityNode
Entity node with atomic tracking
HotContext
Hot context with lock-free concurrent access
SessionMetadata
Immutable session metadata