defaultPoolThreads

These properties get and set the number of worker threads in the TaskPool instance returned by taskPool. The default value is totalCPUs - 1. Calling the setter after the first call to taskPool does not changes number of worker threads in the instance returned by taskPool.

  1. uint defaultPoolThreads [@property getter]
  2. void defaultPoolThreads [@property getter]
    @property @trusted
    void
    defaultPoolThreads
    (
    uint newVal
    )

Meta