Something needs to happen with shared, and soon.

David Nadlinger see at klickverbot.at
Tue Nov 13 15:07:40 PST 2012


On Tuesday, 13 November 2012 at 22:33:51 UTC, Andrei Alexandrescu 
wrote:
> shared int x;
> ...
> x = 4;
>
> You'll need to use x.load(4) instead.

You mean x.store(4)? Or am I completely misunderstanding your 
message?

David


More information about the Digitalmars-d mailing list