Yep - there’s a reason asyncio event loop programming is popular in Python/JS/Rust etc… People act like it’s a crusty old inferior technique to the delights of multi-threading. In reality it often keeps things much simpler, is very powerful, and only leads to blocking behavior when it’s badly coded.
Yep - there’s a reason asyncio event loop programming is popular in Python/JS/Rust etc… People act like it’s a crusty old inferior technique to the delights of multi-threading. In reality it often keeps things much simpler, is very powerful, and only leads to blocking behavior when it’s badly coded.