Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mrkeen
6 days ago
|
parent
|
context
|
favorite
| on:
What Python’s asyncio primitives get wrong about s...
It made no reference to the 'shared' in 'shared state'.
No mention of asynchrony, multithreading, or the race condition that TFA encountered.
help
seanhunter
6 days ago
[–]
The “attempt 2” was literally a state machine implementation which the author rejected because they didn’t know how to do it properly and so did it badly using a bunch of if then else logic.
reply
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
No mention of asynchrony, multithreading, or the race condition that TFA encountered.