6 ms·
“ a race condition that occurred only under specific conditions — in the hyper library”
by pseudony 3mo ago
“ a race condition that occurred only under specific conditions — in the hyper library”
- conradludgate 3mo agoFearless 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.