|
|
|
|
|
by throwaway81523
702 days ago
|
|
The Python community seems to have a virulent hatred of threads. I don't understand the reason. Yes there are hazards but you can code in a style that avoids them. With something like BEAM you can even enforce the style. Async/await of course introduce their own hazards. |
|
[0] https://peps.python.org/pep-0703