std.parallism

jdrewsen jdrewsen at nospam.com
Tue May 3 14:06:42 PDT 2011


Hi,

    Does anyone know how unshared parameters are handled when executing 
a task in std.parallelism.

Most of the examples uses them e.g. when iterating over an unshared 
array (parallelSort example).

I did give the source a quick look but couldn't find a cast to shared 
for parameters anywhere.

Any insights?

Thx.
Jonas


More information about the Digitalmars-d-learn mailing list