Comment on Show HN: Runloom – Go-style coroutines for Python free-threadedparentComments−vorticalbox2mothen why not just use threads/processes in python?−foxygen2moBecause they are not the same as Go-style green threads/coroutines?−regular_trash2moClearly lol. I think a good-faith interpretation of the question is: "What kinds of things is go's concurrency model suited for where the normal pythonic alternative is cumbersome/less desirable"
Comments
then why not just use threads/processes in python?
Because they are not the same as Go-style green threads/coroutines?
Clearly lol. I think a good-faith interpretation of the question is: "What kinds of things is go's concurrency model suited for where the normal pythonic alternative is cumbersome/less desirable"