Expand description
This container module features all supporting functionality for the main module.
Modulesยง
- channels
- Generates all channels used by the application. Defines and constructs the entire inter-thread communication infrastructure for the application.
- execution_
config - Configuration of execution: determines which threads shall be started Defines a lightweight snapshot of which application threads are configured to run.
- startup_
error - Defines a unified error type for failures that can occur during application initialization. Defines the single, top-level error type for all application startup failures.