FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

src: use RAII for mutexes and condition variables (v4.x) by bnoordhuis · Pull Request #7715 · nodejs/node · GitHub

/ node Public

src: use RAII for mutexes and condition variables (v4.x) - #7715

Closed
bnoordhuis wants to merge 1 commit into
nodejs:v4.x-stagingfrom
bnoordhuis:backport-pr7334-v4.x
Closed

src: use RAII for mutexes and condition variables (v4.x)#7715
bnoordhuis wants to merge 1 commit into
nodejs:v4.x-stagingfrom
bnoordhuis:backport-pr7334-v4.x

Conversation

bnoordhuis commented Jul 13, 2016
edited
Loading

Copy link
Copy Markdown
Member

bnoordhuis added c++ Issues and PRs that require attention from people who are familiar with C++. v4.x lib / src Issues and PRs related to general changes in the lib or src directory. labels Jul 13, 2016
nodejs-github-bot added the build Issues and PRs related to build files or the CI. label Jul 13, 2016
bnoordhuis changed the title src: use RAII for mutexes and condition variables src: use RAII for mutexes and condition variables (v4.x) Jul 13, 2016

rvagg commented Jul 14, 2016

Copy link
Copy Markdown
Member

would be good to have this mature on v6 for a bit longer before taking this in

Copy link
Copy Markdown
Contributor

@bnoordhuis this is going to need to be rebased one more time. Since I don't think it is going to land in v4.5.0 I think you should hold off on doing so until after the release to avoid doing it again. I'll ping you when it will be a good time

Copy link
Copy Markdown
Contributor

@bnoordhuis it is time :D

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 <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trevor Norris <trev.norris@gmail.com>

bnoordhuis commented Sep 5, 2016
edited
Loading

Copy link
Copy Markdown
Member Author

Updated, PTAL.

EDIT: https://ci.nodejs.org/job/node-test-pull-request/3940/

Copy link
Copy Markdown
Contributor

landed in efc77ec

MylesBorins closed this Sep 7, 2016
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Issues and PRs related to build files or the CI. c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL