Skip to content

src: runMicrotasks should check before running too - #29581

Closed
nornagon wants to merge 1 commit into
nodejs:masterfrom
nornagon:patch-3
Closed

src: runMicrotasks should check before running too#29581
nornagon wants to merge 1 commit into
nodejs:masterfrom
nornagon:patch-3

Conversation

@nornagon

@nornagonnornagon commented Sep 16, 2019

Copy link
Copy Markdown
Contributor

This is a continuation of #29434, rewriting the last remaining call to RunMicrotasks.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

This is a continuation of nodejs#29434, rewriting the last remaining call to RunMicrotasks.
@nodejs-github-botnodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Sep 16, 2019
@nornagon

Copy link
Copy Markdown
ContributorAuthor

cc @codebytere who wrote the original patch for this.

@TrottTrott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Sep 16, 2019
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Trott pushed a commit that referenced this pull request Sep 23, 2019
This is a continuation of #29434,
rewriting the last remaining call to RunMicrotasks.
PR-URL: #29581
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Shelley Vohr <codebytere@gmail.com>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@Trott

Copy link
Copy Markdown
Member

Landed in 4ef3ccb

@TrottTrott closed this Sep 23, 2019
targos pushed a commit that referenced this pull request Sep 23, 2019
This is a continuation of #29434,
rewriting the last remaining call to RunMicrotasks.
PR-URL: #29581
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Shelley Vohr <codebytere@gmail.com>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@BridgeARBridgeAR mentioned this pull request Sep 24, 2019
BridgeAR pushed a commit that referenced this pull request Sep 25, 2019
This is a continuation of #29434,
rewriting the last remaining call to RunMicrotasks.
PR-URL: #29581
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Shelley Vohr <codebytere@gmail.com>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.c++Issues and PRs that require attention from people who are familiar with C++.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@nornagon@nodejs-github-bot@Trott@jasnell@codebytere@devnexen@JungMinu@devsnek@BridgeAR