Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
lormayna
on Oct 15, 2021
|
parent
|
context
|
favorite
| on:
A viable solution for Python concurrency
Why not using something trio or curio? They are quite easy to learn, very powerful and have an approach similar to channel in golang.
calpaterson
on Oct 15, 2021
|
next
[–]
Those are not multithreading, they are asynchronous io which is different. With asynchronous io in Python the only concurrency/parallelism you can do is for IO.
Multithreading in Python currently has the same limitation though but it needn't.
synchronizing
on Oct 15, 2021
|
prev
[–]
async != multithreading
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: