Hacker News new | ask | show | jobs
by wsgeek 2423 days ago
Async is great... all those times a thread is waiting for even fractions of a second can now be easily put to use... using the same thread if needed (a big win for single threaded Python for example).
1 comments

That already happens with any competent scheduler, no?