TaskPool.this

Allows for custom number of worker threads.

  1. this()
  2. this(size_t nWorkers, bool isDaemon)
    class TaskPool
    this
    (
    size_t nWorkers
    ,
    bool isDaemon = false
    )

Meta