Skip to main content

Module shared_memory

Module shared_memory 

Source
Expand description

Shared memory — versioned KV store with optimistic locking.

Structs§

MemoryEntry
A value entry with version and metadata.
MemoryKey
Namespaced key for shared memory.
SharedMemory
In-memory shared KV store with optimistic locking.

Enums§

MemoryEvent
Events emitted by shared memory.