node/lib/internal
Rich Trott 35e32985ca child_process: guard against race condition
It is possible that the internal hnadleMessage() might try to send to
a channel that has been closed. The result can be an AssertionError.
Guard against this.

Fixes: https://github.com/nodejs/node/issues/4205
PR-URL: https://github.com/nodejs/node/pull/4418
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
2016-01-19 11:52:33 -08:00
..
streams streams: refactor LazyTransform to internal/ 2015-09-15 13:53:21 -04:00
child_process.js child_process: guard against race condition 2016-01-19 11:52:33 -08:00
cluster.js cluster: remove handles when disconnecting worker 2015-12-23 08:38:33 -08:00
freelist.js
module.js module,repl: remove repl require() hack 2016-01-19 11:52:29 -08:00
readme.md doc: add internal modules notice 2015-08-25 11:58:50 -04:00
repl.js repl: remove unused function 2016-01-19 11:52:33 -08:00
socket_list.js lib,src: remove usage of events.EventEmitter 2015-09-23 08:39:34 +10:00
util.js util: move .decorateErrorStack to internal/util 2016-01-19 11:52:29 -08:00

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These are subject to change at any time. Reliance on these modules outside of core is not supported in any way.