On 9/24/2011 11:00 PM, dame wrote:
Walter Bright wrote:On 9/24/2011 6:03 AM, Peter Alexander wrote:I only use const/immutable for concurrency. Nothing else.How do you avoid race conditions when setting logical const values?Is that important?
If you have a concurrent data structure, it's critical.
