Y
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
v3ss0n
615 days ago
Yeah, they have their own asyncio python runner
link