Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
service_container.h File Reference

Service container for dependency injection within the thread system. More...

#include <memory>
#include <typeindex>
#include <unordered_map>
#include <mutex>
#include <functional>
Include dependency graph for service_container.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Service container for dependency injection within the thread system.

Definition in file service_container.h.