mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
5 lines
No EOL
87 B
C++
5 lines
No EOL
87 B
C++
#pragma once
|
|
|
|
#include <thread>
|
|
|
|
void setThreadPriority(std::thread &th, int priority); |