Y
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
LtWorf
99 days ago
async python still uses a single thread for the main loop, it just hides non blocking IO.
link