Files
node/lib/internal
Ruben Bridgewater 80ab537ee6 process: properly close file descriptor on exit
This makes sure the file descriptor is closed syncronously on exit
instead of using the asyncronous version which should not be used
on exit.

PR-URL: https://github.com/nodejs/node/pull/24972
Refs: https://github.com/nodejs/node/pull/24965/files#r240770314
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
2018-12-13 23:08:44 -08:00
..
2018-12-10 17:07:18 +01:00
2018-12-12 05:30:02 +01:00
2018-12-05 14:46:33 -08:00
2018-12-10 17:07:18 +01:00
2018-07-14 14:04:38 +02:00
2018-05-18 15:25:41 +02:00
2018-11-16 21:56:29 +09:00
2018-02-16 18:09:56 +01:00
2018-11-26 20:34:32 +05:30
2018-12-10 17:07:18 +01:00
2018-08-12 10:44:53 -07:00
2018-05-18 15:25:41 +02: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 modules can be changed at any time. Reliance on these modules outside of core is not supported in any way.