Skip to content

doc: remove AsyncWrap mentions from async_hooks.md - #33249

Closed
puzpuzpuz wants to merge 1 commit into
nodejs:masterfrom
puzpuzpuz:doc/remove-asyncwrap
Closed

doc: remove AsyncWrap mentions from async_hooks.md#33249
puzpuzpuz wants to merge 1 commit into
nodejs:masterfrom
puzpuzpuz:doc/remove-asyncwrap

Conversation

@puzpuzpuz

Copy link
Copy Markdown
Member

AsyncWrap is a private API and should not be mentioned in the documentation. For some reasons, it was there for ages.

cc @nodejs/async_hooks

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

AsyncWrap is a private API and should not be mentioned
in the documentation.
@nodejs-github-botnodejs-github-bot added async_hooks Issues and PRs related to the async hooks subsystem. doc Issues and PRs related to the documentations. labels May 5, 2020
@addaleax

Copy link
Copy Markdown
Member

Landed in dab51dd

@addaleaxaddaleax closed this May 7, 2020
addaleax pushed a commit that referenced this pull request May 7, 2020
AsyncWrap is a private API and should not be mentioned
in the documentation.
PR-URL: #33249
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@puzpuzpuz
puzpuzpuz deleted the doc/remove-asyncwrap branch May 9, 2020 11:41
codebytere pushed a commit that referenced this pull request May 11, 2020
AsyncWrap is a private API and should not be mentioned
in the documentation.
PR-URL: #33249
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@codebyterecodebytere mentioned this pull request May 18, 2020
codebytere pushed a commit that referenced this pull request Jun 7, 2020
AsyncWrap is a private API and should not be mentioned
in the documentation.
PR-URL: #33249
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@codebyterecodebytere mentioned this pull request Jun 9, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

async_hooksIssues and PRs related to the async hooks subsystem.docIssues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@puzpuzpuz@addaleax@jasnell@benjamingr@targos@legendecas@Flarna@nodejs-github-bot