Hacker News new | ask | show | jobs
by v3ss0n 618 days ago
They are not threaded at all.
1 comments

Correct. Async stuff in Python is based on libuv like event loops similar to how Nodejs and others operate, not full threads.
Yeah, they have their own asyncio python runner