Skip to content

src: enable non-nestable V8 platform tasks - #27252

Closed
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:non-nestable
Closed

addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:non-nestable

Conversation

@addaleax

Copy link
Copy Markdown
Member

We never execute tasks in a nested fashion, so enabling them should
be as simple as forwarding tasks to the existing Post* methods.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

We never execute tasks in a nested fashion, so enabling them should
be as simple as forwarding tasks to the existing `Post*` methods.
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot nodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Apr 16, 2019
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@addaleax addaleax added the author ready PRs with CI started, the required approvals, and no outstanding review comments. label Apr 16, 2019
@addaleax

Copy link
Copy Markdown
Member Author

Landed in f9da3f0

@addaleax addaleax closed this Apr 18, 2019
@addaleax
addaleax deleted the non-nestable branch April 18, 2019 11:03
addaleax added a commit that referenced this pull request Apr 18, 2019
We never execute tasks in a nested fashion, so enabling them should
be as simple as forwarding tasks to the existing `Post*` methods.

PR-URL: #27252
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
@addaleax addaleax added the v8 platform Issues and PRs related to the Node.js implementation of v8::Platform. label Feb 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs with CI started, the required approvals, and no outstanding review comments. c++ Issues and PRs that require attention from people who are familiar with C++. v8 platform Issues and PRs related to the Node.js implementation of v8::Platform.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants