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

Context object providing access to optional thread system services. More...

#include <memory>
#include <optional>
#include <kcenon/common/interfaces/logger_interface.h>
#include <kcenon/common/interfaces/global_logger_registry.h>
#include <kcenon/common/interfaces/monitoring_interface.h>
#include "service_container.h"
#include <kcenon/thread/core/log_level.h>
#include <kcenon/thread/core/thread_logger.h>
Include dependency graph for thread_context.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::thread::thread_context
 Context object that provides access to optional services. More...
 
class  kcenon::thread::thread_context_builder
 Builder for thread_context with fluent interface. More...
 

Namespaces

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

Typedefs

using kcenon::thread::ILogger = common::interfaces::ILogger
 
using kcenon::thread::IMonitor = common::interfaces::IMonitor
 

Detailed Description

Context object providing access to optional thread system services.

Definition in file thread_context.h.