node/lib/internal/process
cjihrig 7b0e93738b child_process: add public API for IPC channel
This commit adds a public channel property to ChildProcess. The
existing _channel property is aliased to the new property, with
the intention of deprecating and removing it in the future.

Fixes: https://github.com/nodejs/node/issues/9313
PR-URL: https://github.com/nodejs/node/pull/9322
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
2016-11-03 05:39:45 -05:00
..
next_tick.js process: improve performance of nextTick 2016-10-14 09:36:33 -07:00
promises.js timers: improve setImmediate() performance 2016-10-06 11:52:14 -07:00
stdio.js child_process: add public API for IPC channel 2016-11-03 05:39:45 -05:00
warning.js process: fix handling of process.noDeprecation in emitWarning 2016-09-02 13:15:17 -07:00