★ wanayoo — archive 1999 https://github.com/nodejs/node/pull/27252Nouvelle recherche | Portail wanayoo
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: enable non-nestable V8 platform tasks #27252

Closed
wants to merge 1 commit into from

Conversation

Copy link
Member

@addaleax addaleax commented Apr 16, 2019

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
Contributor

@nodejs-github-bot nodejs-github-bot commented Apr 16, 2019

@nodejs-github-bot nodejs-github-bot added the c++ label Apr 16, 2019
@nodejs-github-bot
Copy link
Contributor

@nodejs-github-bot nodejs-github-bot commented Apr 16, 2019

@addaleax addaleax added the author ready label Apr 16, 2019
@addaleax
Copy link
Member Author

@addaleax addaleax commented Apr 18, 2019

Landed in f9da3f0

@addaleax addaleax closed this Apr 18, 2019
@addaleax addaleax deleted the non-nestable branch Apr 18, 2019
addaleax added a commit that referenced this issue 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 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 c++ v8 platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants