Comment by jbritton
9 months ago
Perhaps there is some confusion here between data races and race conditions. Rust and Pony prevent data races, but not race conditions.
9 months ago
Perhaps there is some confusion here between data races and race conditions. Rust and Pony prevent data races, but not race conditions.
There's no confusion.