Module state

Module state 

Source
Expand description

Shared state for the development server.

Provides thread-safe access to build artifacts, client connections, and build status using parking_lot RwLock for better performance.

Structs§

BundleCache
In-memory bundle cache for serving without disk I/O.
DevServerState
Shared development server state.

Enums§

BuildStatus
Build status tracking.

Type Aliases§

ClientRegistry
Client connection tracker for Server-Sent Events.
SharedState
Shared state handle for passing around the application.