Hacker News new | ask | show | jobs
by influx 99 days ago
I would have thought most of those would have been moved to async Python by now.
1 comments

async python still uses a single thread for the main loop, it just hides non blocking IO.