|
PACS System 0.1.0
PACS DICOM system library
|
Task scheduler service for automated PACS operations. More...
#include "task_scheduler_config.h"#include <atomic>#include <chrono>#include <condition_variable>#include <functional>#include <map>#include <memory>#include <mutex>#include <optional>#include <queue>#include <string>#include <thread>#include <vector>

Go to the source code of this file.
Classes | |
| class | kcenon::pacs::workflow::task_scheduler |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| namespace | kcenon::common |
| namespace | kcenon::common::interfaces |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::storage |
| namespace | kcenon::pacs::workflow |
Task scheduler service for automated PACS operations.
This file provides the task_scheduler class which schedules and executes recurring maintenance tasks like cleanup, archiving, and verification.
Definition in file task_scheduler.h.