Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You mean like the async/await systems in the two most popular languages in the world - JavaScript and Python?

Async/await is definitely an alternative to user space threads, especially for IO bound tasks.



Some of the Python schedulers today already use pools of OS Threads. There's definitely complications involving the GIL that makes Python ugly in true multi-threading, but Python has done a lot to mitigate it in the last few years and the rumors are GIL removal will happen sooner than a lot of people expect.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: