shared array?

Kagamin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Sep 11 00:41:09 PDT 2015


I get only one error:
Error: non-shared method std.container.array.Array!(void 
delegate()).Array.~this is not callable using a shared object.

It will try to destruct the array on program termination, but it 
requires the destructor to be aware of the shared context.


More information about the Digitalmars-d-learn mailing list