An introduction to asynchronous Python
An introduction to asynchronous Python
Posted Jul 7, 2017 17:16 UTC (Fri) by HelloWorld (guest, #56129)In reply to: An introduction to asynchronous Python by neilbrown
Parent article: An introduction to asynchronous Python
The real question is why two concurrent threads would mess around with the same mutable data structure anyway. And most of the time is that they really don't, and when you stop doing that, things become much easier.