Skip to main content

Module overlay

Module overlay 

Source
Expand description

In-memory file overlay with DashMap and async PostgreSQL sync.

Every write is reflected in a DashMap for O(1) reads and is simultaneously persisted to the session_overlay_files table so that workspaces survive process restarts.

Structs§

FileOverlay
Concurrent, overlay-based file store for a single workspace.

Enums§

OverlayEntry
Represents a single file change within a session overlay.