per-thread scheduling priority on Linux with default (SCHED_OTHER) scheduling policy
I’m trying to implement a cross-platform wrapper to adjust the current thread priority; on POSIX the “correct” thing seems something like
I’m trying to implement a cross-platform wrapper to adjust the current thread priority; on POSIX the “correct” thing seems something like