Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 375d1ee

Browse filesBrowse files
tniessentargos
authored andcommitted
doc: improve UV_THREADPOOL_SIZE description
PR-URL: #29033 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 43e444b commit 375d1ee
Copy full SHA for 375d1ee

File tree

Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed
Open diff view settings
Collapse file

‎doc/api/cli.md‎

Copy file name to clipboardExpand all lines: doc/api/cli.md
+2-3Lines changed: 2 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1203,9 +1203,8 @@ on synchronous system APIs. Node.js APIs that use the threadpool are:
12031203

12041204
- all `fs` APIs, other than the file watcher APIs and those that are explicitly
12051205
synchronous
1206-
- `crypto.pbkdf2()`
1207-
- `crypto.randomBytes()`, unless it is used without a callback
1208-
- `crypto.randomFill()`
1206+
- asynchronous crypto APIs such as `crypto.pbkdf2()`, `crypto.scrypt()`,
1207+
`crypto.randomBytes()`, `crypto.randomFill()`, `crypto.generateKeyPair()`
12091208
- `dns.lookup()`
12101209
- all `zlib` APIs, other than those that are explicitly synchronous
12111210

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.