foreach (i; taskPool.parallel(0..2_000_000)

Paul phshaffer at gmail.com
Sat Apr 1 18:25:22 UTC 2023


Thanks in advance for any assistance.

As the subject line suggests can I do something like? :
```d
foreach (i; taskPool.parallel(0..2_000_000))
```
Obviously this exact syntax doesn't work but I think it expresses 
the gist of my challenge.


More information about the Digitalmars-d-learn mailing list