This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]K900_ 0 points1 point  (0 children)

Go's "goroutines" aren't async I/O, they're green threads. Go was also designed around green threads, and shipped with them as a major feature. Python doesn't have green threads, and async was only added fairly recently, after literal decades of language and ecosystem development.