This commit is contained in:
Collin Monahan
2020-03-03 10:36:26 -05:00
committed by SvyatoslavScherbina
parent 682d56da7d
commit 6d65722b67
+1 -1
View File
@@ -177,7 +177,7 @@ the following mechanisms to prevent the unintended sharing of state via global o
unless cyclic frozen structures were attempted to be created
* enums are always frozen
Combined, these mechanisms allow natural race-freeze programming with code reuse across platforms in MPP projects.
Combined, these mechanisms allow natural race-free programming with code reuse across platforms in MPP projects.
<a name="atomic_references"></a>
### Atomic primitives and references