|
PACS System 0.1.0
PACS DICOM system library
|
Concrete implementation of thread_pool_interface using kcenon::thread. More...
#include <kcenon/pacs/integration/thread_pool_interface.h>#include <cstddef>#include <memory>#include <mutex>

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 |
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.
Definition in file thread_pool_adapter.h.