Thread.PRIORITY_DEFAULT

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

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