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
const(int)
PRIORITY_MAX
@nogc nothrow pure @trusted
(
)
Suggestion Box / Bug Report