ThreadPool.parallelFor

Calls the delegate in parallel, with 0..count as index. Immediate waiting for completion.

class ThreadPool
nothrow @nogc
void
parallelFor
(
int count
,
scope ThreadPoolDelegate dg
)

Meta