Skip to content

Commit

Permalink
doc: improve UV_THREADPOOL_SIZE description
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
tniessen authored and targos committed Aug 19, 2019
1 parent 43e444b commit 375d1ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/api/cli.md
Expand Up @@ -1203,9 +1203,8 @@ on synchronous system APIs. Node.js APIs that use the threadpool are:


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


Expand Down

0 comments on commit 375d1ee

Please sign in to comment.