satdump/src-core/common/thread_priority.h
2021-08-07 12:22:09 +02:00

5 lines
No EOL
87 B
C++

#pragma once
#include <thread>
void setThreadPriority(std::thread &th, int priority);