You can't get data races, which is what Rust prevents. Rust's async doesn't prevent deadlocks or other kinds of races.
You can't get data races, which is what Rust prevents. Rust's async doesn't prevent deadlocks or other kinds of races.