Hacker News new | ask | show | jobs
by pseudony 29 days ago
“ a race condition that occurred only under specific conditions — in the hyper library”
1 comments

Fearless concurrency has always been regarding data races. There's no fear of undefined behaviour due to a race condition.

Rust has never promised to solve race conditions as a whole.