logoalt Hacker News

influxtoday at 7:45 PM1 replyview on HN

I would have thought most of those would have been moved to async Python by now.


Replies

LtWorftoday at 8:40 PM

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