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.

  1. const(int) PRIORITY_MAX [@property getter]
  2. const(int) PRIORITY_MAX [@property getter]
    class Thread
    version(!Windows)
    @property static @nogc nothrow pure @trusted
    const(int)
    PRIORITY_MAX
    ()

Meta