Y
Hacker News
new
|
ask
|
show
|
jobs
by
meisel
213 days ago
How many people just avoid working with await in Python at all costs (e.g., favoring something like multiprocessing instead?). It’s always felt less comfortable in Python than in other languages
1 comments
ddorian43
206 days ago
Favor gevent instead.
Maybe in a few years just plain threads when ecosystem is ok for gil less.
link
Maybe in a few years just plain threads when ecosystem is ok for gil less.