Thread safety of AAs

Alex Rønne Petersen xtzgzorex at gmail.com
Tue May 15 19:35:17 PDT 2012


Hi,

Suppose that I have an AA that I'm doing lookups on from one thread, and 
writing to in another. Is this safe at all? Naturally, I'm willing to 
accept the data races involved, but the question is whether the 
concurrent lookup + mutation is guaranteed to be safe.

-- 
- Alex


More information about the Digitalmars-d-learn mailing list