Y
Hacker News
new
|
ask
|
show
|
jobs
by
paulddraper
184 days ago
IO can fail at any point though, so that’s not particularly bad.
1 comments
marcosdumay
183 days ago
It's particularly bad because thread interruptions are funneled into the same system as IO errors, so it's easy to consume them by mistake.
Java has that same issue.
link
Java has that same issue.