|
|
|
|
|
by tialaramex
1422 days ago
|
|
This has been a recurring theme from you, but in the cases you're describing the risk is only a race condition (no general solution is possible) and not a data race (which safe Rust is able to deny by design). These are categorically different problems. |
|