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: use RAII for mutexes and condition variables (v4.x) #7715

Closed

Commits on Sep 5, 2016

  1. src: use RAII for mutexes and condition variables

    We will be introducing many more critical sections in the upcoming
    multi-isolate changes, so let's make manual synchronization a thing
    of the past.
    
    PR-URL: nodejs#7334
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Trevor Norris <[email protected]>
    bnoordhuis committed Sep 5, 2016
    Configuration menu
    Copy the full SHA
    ab9e3aa View commit details
    Browse the repository at this point in the history