Y
Hacker News
new
|
ask
|
show
|
jobs
by
v3ss0n
618 days ago
They are not threaded at all.
1 comments
cr125rider
618 days ago
Correct. Async stuff in Python is based on libuv like event loops similar to how Nodejs and others operate, not full threads.
link
v3ss0n
617 days ago
Yeah, they have their own asyncio python runner
link