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.

Reply via email to