/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Python has had async for 10 years – why isn't it more popular?
(tonybaloney.github.io)
320 points
willm
| 1 comments |
02 Sep 25 17:24 UTC
|
HN request time: 0.205s
|
source
1.
lormayna
◴[
02 Sep 25 20:10 UTC
]
No.
45108361
[source]
▶
>>45106189 (OP)
#
I always considered the ergonomic of async/await not really ergonomical and hard to debug. I really like, indeed, the go approach: using goroutines, channels and waitgroups is powerful and easy.
ID:
GO
↑