|
Corium 1.1.0
High-Performance Zero-Heap C++20 MPSC Application Runtime
|
Dependency injection context for background services. More...
Include dependency graph for ServiceContext.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | corium::BasicServiceContext< EventVariant > |
| Execution context provided to background services. Allows services to post events back to the main event queue thread-safely and communicate with other registered background services. More... | |
Namespaces | |
| namespace | corium |
Typedefs | |
| using | corium::ServiceContext = BasicServiceContext< DefaultEvents > |
| Default ServiceContext alias using DefaultEvents. | |
| template<typename EventVariant = DefaultEvents> | |
| using | corium::ServiceContextT = BasicServiceContext< EventVariant > |
| Templated ServiceContext alias for custom event variant. | |
Dependency injection context for background services.