Hacker News new | ask | show | jobs
by throwawaymaths 1458 days ago
Not having failure domains is worse than not having types IMO.
1 comments

What are failure domains?
By default a green thread is the atomic failure domain. A 'panic' in this green thread is isolated, but sends an uncancellable notification to anyone who subscribes to it. You can tie multiple green threads together so that when one goes down the others do too.