Module shared

Source
Expand description

Shared objects and messages for distributed state management

Structs§

SharedMessage
A message that can be shared between nodes
SharedObjectId
Unique identifier for shared objects
SharedObjectRegistry
Registry for managing shared objects
StateDigest
Digest for tracking shared object state

Enums§

MessageType
Message types for inter-node communication

Traits§

SharedObject
Trait for objects that can be shared and synchronized across nodes