Thread.PRIORITY_MAX

The maximum scheduling priority that may be set for a thread. On systems where multiple scheduling policies are defined, this value represents the maximum valid priority for the scheduling policy of the process.

class Thread
version(!Windows) @property static @nogc nothrow pure @trusted
const(int)
PRIORITY_MAX
()
Suggestion Box / Bug Report