std.parallelism and map questions

freeman frmn_s at to_mail.com
Sat Sep 15 20:12:16 PDT 2012


std.parallelism uses the foreach loop for parallel().  As  such,
how might I implement a parallel while-loop?  Can I use an
ordinary for-loop with parallel()?

Also, how can I map array elements with a conditional like if()?



More information about the Digitalmars-d-learn mailing list