Skip to main content

Module space_bridge

Module space_bridge 

Source
Expand description

SpaceBridge: manages memory flow between Spaces.

Cross-Space memory flow is managed through three types:

  • Reference: read-only access to another Space’s memory
  • Transfer: copy memory entries from one Space to another
  • Synthesis: combine knowledge from multiple Spaces (Phase 6)

Structs§

CrossRefEntry
Cross-reference log entry.
SpaceBridge
Manages memory flow between Spaces.

Enums§

MemoryFlow
Type of memory flow between Spaces.