Proposal to make "shared" (more) useful
Kagamin
spam at here.lot
Fri Sep 14 09:50:25 UTC 2018
On Friday, 14 September 2018 at 09:36:44 UTC, Arafel wrote:
> 1) It's not transparent, not even remotely clear how to get
> this working.
> 2) It should be if shared is to be used. If shared is to be
> disowned / left as it is, then there needs to be an alternative
> to casting voodoo because right now doing "manual"
> multithreading is hell.
If you prefer C-style multithreading, D supports it with
__gshared. There's std.concurrency too.
More information about the Digitalmars-d
mailing list