Jun 16, 2023
I am confused. I agree that concurrency is not parallelism but you boiled both to multithreading and “physically” made them “parallel”. I think async/await is better example of Rust’s concurrency because it allows you to perform units of work “concurrently” even on the same thread