Y
Hacker News
new
|
ask
|
show
|
jobs
by
hleszek
1007 days ago
The easiest and modern way is simply to use asyncio...
2 comments
diarrhea
1007 days ago
Which is concurrent but not parallel.
link
crabbone
1006 days ago
Asyncio is about reading from multiple sockets. It is not a tool for dealing with concurrency in general in programming.
link