|
|
|
|
|
by tazjin
3140 days ago
|
|
I clicked a few of those links and they were mostly instances of the word "race" appearing as part of, for example, "Traceable". Somewhere on the second page I found a brief mention of a data race in rustc itself (that was fixed). Looks pretty fearless to me! |
|
Concurrency is easy when you don't share mutable data. But when you do have to share mutable data--core, performance-sensitive shared data structures--Rust hardly makes doing so "fearless". What Rust does is make it difficult to _accidentally_ share mutable data.