Comment on Everything I Was Lied to About Node.js Came True with ElixirparentComments−phildenhoff1yDoes Effect prevent workers that have uncaught exceptions from crashing the main thread in Node? Does it reduce the amount of memory workers use?−dyl0001yI’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.
Comments
Does Effect prevent workers that have uncaught exceptions from crashing the main thread in Node? Does it reduce the amount of memory workers use?
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.