> why Rust and Python put so much effort into adding event loops after the fact.
Perhaps Python, but Rust went the other way - it had all that stuff built and it was removed.
Er yeah technically the event loop isn't part of Rust, just the async/await syntax. But it's implied that you're going to use some event loop with it.
Er yeah technically the event loop isn't part of Rust, just the async/await syntax. But it's implied that you're going to use some event loop with it.