Skip to main content

Module resource_state

Module resource_state 

Source
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ยง

ResourceState
The state of a single collaborative resource.
ResourceStateManager
Thread-safe registry of collaborative document resources.