config
Runtime configuration for DASCore.
Functions
| Name | Description |
|---|---|
| config_attr | Return a descriptor bound to one field on the active runtime config. |
| config_context | Temporarily override the runtime config for the current thread/task. |
| get_config | Return the active runtime configuration. |
| reset_config | Reset the process-wide runtime config base to defaults. |
| set_config | Set the process-wide runtime config, visible from every thread and task. |
Classes
| Name | Description |
|---|---|
| DascoreConfig | Container for runtime configuration values. |