Skip to content

doc: explain _writev() API

the exact context of invocation of _writev API is not well known also, the choice between _write and _writev is not well known. add a description to make it explicit.

Fixes: https://github.com/nodejs/node/issues/28408

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

Merge request reports

Loading