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: protect global state with mutexes #20542

Closed
wants to merge 2 commits into from

Commits on May 5, 2018

  1. src: protect global state with mutexes

    Protect environment variables and inherently per-process state
    (e.g. the process title) with mutexes, to better accomodate
    Node’s usage in multi-threading environments.
    
    Thanks to Stephen Belanger for reviewing this change in its original PR.
    
    Refs: ayojs/ayo#82
    addaleax committed May 5, 2018
    Configuration menu
    Copy the full SHA
    945c9fe View commit details
    Browse the repository at this point in the history

Commits on May 6, 2018

  1. Configuration menu
    Copy the full SHA
    9b9d2a8 View commit details
    Browse the repository at this point in the history