PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
thread_pool_adapter.h File Reference

Concrete implementation of thread_pool_interface using kcenon::thread. More...

#include <kcenon/pacs/integration/thread_pool_interface.h>
#include <cstddef>
#include <memory>
#include <mutex>
Include dependency graph for thread_pool_adapter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::pacs::integration::thread_pool_adapter
 Concrete implementation of thread_pool_interface. More...
 

Namespaces

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

Detailed Description

Concrete implementation of thread_pool_interface using kcenon::thread.

This file provides the thread_pool_adapter class which implements the thread_pool_interface using kcenon::thread::thread_pool as the backend. It enables dependency injection for thread pool operations.

See also
Issue #405 - Replace Singleton Pattern with Dependency Injection
IR-3 (thread_system Integration)
Author
kcenon
Since
1.0.0

Definition in file thread_pool_adapter.h.