Crate scouter_state
Source pub use error::StateError;
- error
- ScouterState
- Manages the application’s global Tokio runtime.
- app_state
- Global accessor for the application state, ensuring the runtime is initialized once.
- block_on
- A safe utility function to block on an async future using the global multi-threaded runtime.