std::underflow_error

Match!!@pawb.social to Programmer Humor@programming.dev – 587 points –
31

You are viewing a single comment

This is why I moved over to Rust

🦀🦀🦀🦀🦀🦀🦀🦀

Rustacean supremacy (not to be racist, because we avoid race conditions in the first place)

Sorry to be pedantic but Rust only guarantees no data races can happen. It does not prevent race conditions more generally.

Don't get me wrong, I absolutely love the language for sparing me from the hell that is data races, but the language alone won't solve race conditions for you.