[dmd-concurrency] shared arrays

Andrei Alexandrescu andrei at erdani.com
Thu Jan 14 11:22:42 PST 2010


Steve Schveighoffer wrote:
> The one problem I still have no idea how to solve is the "partially shared" element type as T is:
> 
> struct T
> {
>    shared int x;
>    int y;
> }
> 
> -Steve

What examples illustrates the problem? Thanks!

Andrei


More information about the dmd-concurrency mailing list