Skip to content

doc: expand documentation for process.exit()

Rodrigo Muino Tomonari requested to merge github/fork/jasnell/explain-exit into master
Checklist
  • documentation is changed or added
  • the commit message follows commit guidelines
Affected core subsystem(s)

doc (process)

Description of change

The fact that process.exit() interrupts pending async operations such as non-blocking i/o is becoming a bit more pronounced with the recent libuv update. This commit expands the documentation for process.exit() to explain clearly how it affects async operations.

Merge request reports

Loading