shared Variant[string]

Kagamin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Jan 28 03:27:51 PST 2015


Associative array doesn't support thread-safe operations, that's 
why they don't work on shared instance. You should use 
std.concurrency or implement low-level concurrency mechanism.


More information about the Digitalmars-d-learn mailing list