On Tue, Mar 20, 2018 at 9:37 AM, CM <[email protected]> wrote: > Hi, > > What is the reason behind existence of uv_fatal_error()? Asking from a > position of someone who doesn't want 3rd party library/component to kill my > process because CreateEvent() has failed. > > Regards, > Michael.
It's for unexpected errors that aren't recoverable and make it impossible for libuv to function. -- You received this message because you are subscribed to the Google Groups "libuv" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/libuv. For more options, visit https://groups.google.com/d/optout.
