Remix.run Logo
PunchyHamster 3 hours ago

In some languages, yes, in others (js/python) async is just workaround about not having proper threading.

swiftcoder 2 hours ago | parent [-]

Python used multiple threads to handle I/O long before async/await was a glimmer in anyone's mind (despite the GIL). nodejs is one of the very few languages I can think of that was born single-threaded and used an asynchronous runtime from the get-go