Draco-lang / Compiler

The compiler repository for the Draco programming language.
Apache License 2.0
74 stars 9 forks source link

Basic compiler thread safety #274

Closed LPeter1997 closed 1 year ago

alexrp commented 1 year ago

In general, for simple cases like the ones I commented on, you can just use the C# volatile keyword on the relevant field.