Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
yen223
on Aug 8, 2018
|
parent
|
context
|
favorite
| on:
The magic of asyncio explained
Python has proper threads, and they're anything but simple.
toast0
on Aug 9, 2018
[–]
Python threads aren't simple, because of the shared everything model python uses, so any variable access requires the GIL. Shared nothing threads are much simpler to work with.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: