Expand description
Shared Tokio runtime for the entire application
This module provides a single shared runtime instance to avoid the anti-pattern of creating multiple runtimes.
Structs§
- Runtime
Config - Configuration for the shared runtime
Functions§
- initialize_
runtime - Initialize the shared runtime with custom configuration
- shared_
runtime - Get or create the shared runtime instance