Hacker News new | ask | show | jobs
by phildenhoff 461 days ago
Does Effect prevent workers that have uncaught exceptions from crashing the main thread in Node? Does it reduce the amount of memory workers use?
1 comments

I’d assume effect would increase how much memory JS uses, you’re creating a bunch of memory junk.

In theory it should make you able to contain errors with exception handing.