0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 15:06:33 +01:00
nodejs/doc/api
James M Snell c2bbfe2a5c doc: expand documentation for process.exit()
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.

PR-URL: https://github.com/nodejs/node/pull/6410
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Robert Lindstaedt <robert.lindstaedt@gmail.com>
2016-04-29 16:13:59 -07:00
..
_toc.md doc: subdivide TOC, add auxiliary links 2016-04-29 13:27:18 -04:00
addons.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
all.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
assert.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
buffer.md buffer: add Buffer.prototype.lastIndexOf() 2016-04-25 08:24:28 -07:00
child_process.md doc: fix broken references 2016-04-22 19:08:48 -07:00
cli.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
cluster.md cluster: migrate from worker.suicide 2016-04-25 19:24:37 -05:00
console.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
crypto.md doc: use Buffer.from() instead of new Buffer() 2016-04-27 13:23:41 +08:00
debugger.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
dgram.md doc: use Buffer.from() instead of new Buffer() 2016-04-27 13:23:41 +08:00
dns.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
documentation.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
domain.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
errors.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
events.md doc: correctly document the behavior of ee.once(). 2016-04-26 22:49:37 -07:00
fs.md doc: fix position of fs.readSync() 2016-04-26 12:55:56 -04:00
globals.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
http.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
https.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
index.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
modules.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
net.md net: introduce Socket#connecting property 2016-04-27 00:41:15 -04:00
os.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
path.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
process.md doc: expand documentation for process.exit() 2016-04-29 16:13:59 -07:00
punycode.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
querystring.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
readline.md readline: allow history to be disabled 2016-04-26 02:31:05 +02:00
repl.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
stream.md doc: use Buffer.from() instead of new Buffer() 2016-04-27 13:23:41 +08:00
string_decoder.md doc: use Buffer.from() instead of new Buffer() 2016-04-27 13:23:41 +08:00
synopsis.md doc: better example & synopsis 2016-04-29 13:26:30 -04:00
timers.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
tls.md doc, tls: deprecate createSecurePair 2016-04-26 09:05:12 -07:00
tty.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
url.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
util.md doc: use Buffer.from() instead of new Buffer() 2016-04-27 13:23:41 +08:00
v8.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
vm.md doc: add vm example, be able to require modules 2016-04-21 21:44:41 -07:00
zlib.md doc: use Buffer.from() instead of new Buffer() 2016-04-27 13:23:41 +08:00