PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
executor_adapter.cpp File Reference

Implementation of IExecutor adapters for pacs_system. More...

#include <kcenon/pacs/integration/executor_adapter.h>
#include <kcenon/pacs/integration/thread_pool_interface.h>
#include <kcenon/pacs/integration/logger_adapter.h>
#include <kcenon/thread/core/thread_pool.h>
#include <kcenon/thread/core/thread_worker.h>
#include <kcenon/thread/core/job_builder.h>
#include <kcenon/thread/interfaces/thread_context.h>
#include <algorithm>
#include <stdexcept>
Include dependency graph for executor_adapter.cpp:

Go to the source code of this file.

Namespaces

namespace  kcenon
 
namespace  kcenon::pacs
 
namespace  kcenon::pacs::integration
 

Functions

std::shared_ptr< kcenon::common::interfaces::IExecutor > kcenon::pacs::integration::make_executor (std::shared_ptr< thread_pool_interface > pool_interface)
 Create an IExecutor from a thread_pool_interface.
 

Detailed Description

Implementation of IExecutor adapters for pacs_system.

See also
Issue #487 - Integrate IExecutor interface for workflow pipeline execution

Definition in file executor_adapter.cpp.