Expand description
Per-resource state management with thread-safe CRDT synchronization.
This module provides centralized state management for collaborative document editing.
It maintains an in-memory registry of documents, each with its own CRDT instance and
metadata. All access is thread-safe via Arc<RwLock<>>.
Structsยง
- Resource
State - The state of a single collaborative resource.
- Resource
State Manager - Thread-safe registry of collaborative document resources.