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.
- shared Variant[string] Fyodor Ustinov via Digitalmars-d-learn
- Re: shared Variant[s... zhmt via Digitalmars-d-learn
- Re: shared Varia... Fyodor Ustinov via Digitalmars-d-learn
- Re: shared V... zhmt via Digitalmars-d-learn
- Re: shared V... Kagamin via Digitalmars-d-learn
- Re: shar... Fyodor Ustinov via Digitalmars-d-learn
- Re: shared V... Kagamin via Digitalmars-d-learn