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

domain: allow concurrent user-land impl #33013

Closed
wants to merge 4 commits into from

Commits on Mar 30, 2021

  1. domain: allow concurrent user-land impl

    Currently, only one domain-lke implementation (the core domain one) can
    be used to handle uncaught exceptions or unhandled error events.
    
    This PR aims at making it possible for different domain-like
    user-land implementations to be used concurrently (including with the
    core domain impl) so that the state of the core domain module (doc
    deprecated) does not prevent users of domains from having a
    well-maintained domain-like facility.
    
    Ref: nodejs#23348
    Co-authored-by: Rich Trott <rtrott@gmail.com>
    Julien Gilli and Trott committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    3bbace7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    110983c View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Configuration menu
    Copy the full SHA
    77fd57d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f992e36 View commit details
    Browse the repository at this point in the history