![]() |
libdisplaydevice latest
C++ library to modify display devices.
|
Scheduler options to be used when scheduling executor function. More...
#include <src/common/include/display_device/retry_scheduler.h>
Public Types | |
| enum class | Execution { Immediate , ImmediateWithSleep , ScheduledOnly } |
| Defines the executor's execution logic when it is scheduled. More... | |
Public Attributes | |
| Execution | m_execution {Execution::Immediate} |
| Executor's execution logic. | |
| std::vector< std::chrono::milliseconds > | m_sleep_durations |
| Specifies for long the scheduled thread sleeps before invoking executor. Last duration is reused indefinitely. | |
Scheduler options to be used when scheduling executor function.
|
strong |
Defines the executor's execution logic when it is scheduled.