Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
dilap
on March 29, 2018
|
parent
|
context
|
favorite
| on:
Proposal: Non-cooperative goroutine preemption
Go code is not shared-state safe in the way that, say, Python generators are. And with the -race compile flag, it does a pretty good job of detecting violations so you can fix them.
So I think Go code should be unaffected by this change.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
So I think Go code should be unaffected by this change.