A viable solution for Python concurrency
A viable solution for Python concurrency
Posted Oct 14, 2021 23:56 UTC (Thu) by ms-tg (subscriber, #89231)In reply to: A viable solution for Python concurrency by fw
Parent article: A viable solution for Python concurrency
Please note that this is how Ruby is approaching this problem, see “Ractors”
https://github.com/ruby/ruby/blob/master/doc/ractor.md
I wonder if there should be a more socially encouraged expectation of cross pollination of ideas like this between the language communities?