|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Service container for dependency injection within the thread system. More...
#include <memory>#include <typeindex>#include <unordered_map>#include <mutex>#include <functional>

Go to the source code of this file.
Classes | |
| class | kcenon::thread::service_container |
| Modern service container for dependency injection. More... | |
| struct | kcenon::thread::service_container::service_entry |
| class | kcenon::thread::scoped_service< Interface > |
| RAII helper for scoped service registration. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
Service container for dependency injection within the thread system.
Definition in file service_container.h.