← Back to context

Comment by adhamsalama

2 days ago

Rust does prevent race conditions.

Rust helps prevent some race conditions, but an unqualified "prevents race conditions" sounds like it eliminates them, hence why GP says it does not.

It prevents "user A kicked B" and "user B revoked moderator permission from A" from arriving in a queue near the same moment?