Module state

Module state 

Source
Expand description

Application state management for the microsandbox server.

This module handles:

  • Global application state
  • Configuration state management
  • Thread-safe state sharing

The module provides:

  • Thread-safe application state container
  • State initialization and access methods
  • Configuration state management

Structsยง

AppState
Application state structure