TaskPool.this

Creates a new task pool with the specified number of threads.

class TaskPool
@safe nothrow
this

Parameters

thread_count size_t

The number of worker threads to create

Meta