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.

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

Meta