Thread.PRIORITY_MIN

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

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

Meta