Y
Hacker News
new
|
ask
|
show
|
jobs
by
Xevi
1961 days ago
> It does offer nice assurances like entirely avoiding race conditions by default (when using safe Rust).
Doesn't it "just" prevent data races? I don't think it prevents all race conditions.
2 comments
steveklabnik
1961 days ago
You are correct, yes.
link
chundicus
1961 days ago
Data races is what I meant; good catch.
link