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§
- Bundle
Cache - In-memory bundle cache for serving without disk I/O.
- DevServer
State - Shared development server state.
Enums§
- Build
Status - Build status tracking.
Type Aliases§
- Client
Registry - Client connection tracker for Server-Sent Events.
- Shared
State - Shared state handle for passing around the application.