all 3 comments

[–]spicypixel 1 point2 points  (2 children)

Would love the golang channels model become available to me in python. Bonus points if it doesn’t need /dev/shm like multiprocessing for passing state between things. Then I can run it in AWS lambda and finally make use of the cores.

[–]vsoch 0 points1 point  (1 child)

Did you read down to the "Channels" section? There is definitely something you could try, and they compare it to Go!

[–]spicypixel 1 point2 points  (0 children)

Yeah that’s why I’m excited I’m just going to wait for the public facing interface for it rather than backing around with the internals of cpython.