▲ | kllrnohj 5 days ago | |
Critically to the authors point that type of data race does not result in UB and does not break the language and thus does not create any memory safety issues. Ergo, it's a memory safe language. Go (and previously Swift) fails at this. There data races can result in UB and thus break memory safety |