Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

embedding: provide hook for custom process.exit() behaviour #32531

Closed
wants to merge 2 commits into from

Commits on Apr 2, 2020

  1. embedding: provide hook for custom process.exit() behaviour

    Embedders may not want to terminate the process when `process.exit()`
    is called. This provides a hook for more flexible handling of that
    situation.
    
    Refs: nodejs#30467 (comment)
    addaleax committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    e87a6c2 View commit details
    Browse the repository at this point in the history
  2. embedding: make Stop() stop Workers

    This makes sense given that terminating execution of the parent thread
    this way likely also is supposed to stop all running Worker threads
    spawned by it.
    addaleax committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    03bad86 View commit details
    Browse the repository at this point in the history