Struct HardwareAsyncParams
Defined in File hardware_info.hpp
Struct Documentation
-
struct HardwareAsyncParams
Public Members
-
int thread_priority = 50
Thread priority for the async worker thread.
-
std::string scheduling_policy = "synchronized"
Scheduling policy for the async worker thread.
-
std::vector<int> cpu_affinity_cores = {}
CPU affinity cores for the async worker thread.
-
bool print_warnings = true
Whether to print warnings when the async thread doesn’t meet its deadline.
-
int thread_priority = 50