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

Lightweight service registry for dependency lookup within the thread system. More...

#include <any>
#include <memory>
#include <mutex>
#include <shared_mutex>
#include <typeindex>
#include <unordered_map>
Include dependency graph for service_registry.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_registry
 Lightweight service registry for dependency lookup. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::thread
 Core threading foundation of the thread system library.
 

Detailed Description

Lightweight service registry for dependency lookup within the thread system.

Definition in file service_registry.h.