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

src: split ownsProcessState off isMainThread #25881

Closed
wants to merge 1 commit into from

Commits on Feb 4, 2019

  1. src: split ownsProcessState off isMainThread

    Embedders may want to control whether a Node.js instance
    controls the current process, similar to what we currently
    have with `Worker`s.
    
    Previously, the `isMainThread` flag had a bit of a double usage,
    both for indicating whether we are (not) running a Worker and
    whether we can modify per-process state.
    addaleax committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    a2b1cbe View commit details
    Browse the repository at this point in the history