Hacker News new | ask | show | jobs
by cr125rider 616 days ago
Correct. Async stuff in Python is based on libuv like event loops similar to how Nodejs and others operate, not full threads.
1 comments

Yeah, they have their own asyncio python runner