Post #100
296
Гвидо, автор Python, опубликовал препринт научной работы про концепцию владения, которую можно добавить в Python для объяснения разработчикам что пошло не так с многопоточностью: https://www.microsoft.com/en-us/research/publication/dynamic-region-ownership-for-concurrency-safety/
Microsoft Research Dynamic Region Ownership for Concurrency Safety - Microsoft Research When a program, or programming language, graduates from sequential to concurrent execution it can be a painful process. The ways in which the components of a program interact with each other in a concurrent setting can be considerably more complex than in… - 👍 3