Struggling to implement parallel foreach...
Manu
turkeyman at gmail.com
Tue Jun 18 12:05:37 UTC 2019
On Tue, Jun 18, 2019 at 7:40 PM Kagamin via Digitalmars-d
<digitalmars-d at puremagic.com> wrote:
>
> On Monday, 17 June 2019 at 20:11:32 UTC, Manu wrote:
> > Everything I need to make a strong case revolves around shared;
> > and
> > since nobody on this forum seems to know what to do with shared
> > (we've
> > been arguing about it and doing exactly nothing for the 10
> > years I've
> > been watching)
>
> shared works fine, your irrational unwillingness to work with it
> is not a valid reason to introduce an abysmal change to the
> language.
shared int x;
x = 10; // <- not an error;
Don't tell me shared works fine.
More information about the Digitalmars-d
mailing list