Files
node/lib/internal
Anatoli Papirovski 28f3ffba0f timers: add helper fn for async init
There are currently 3 places in Timers where the exact same code
appears. Instead create a helper function that does the same job
of setting asyncId & triggerAsyncId, as well as calling emitInit.

PR-URL: https://github.com/nodejs/node/pull/18825
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2018-02-19 07:02:21 -05:00
..
2018-02-16 18:09:56 +01:00
2017-11-16 15:42:46 -08:00
2018-02-04 13:49:06 -08:00
2018-02-01 11:55:13 +01:00
2018-02-12 15:51:50 +01:00
2018-01-29 14:45:06 +01:00
2017-08-14 15:43:10 -04:00
2018-02-10 15:58:45 +01:00
2018-02-16 18:09:56 +01:00
2018-02-19 07:02:21 -05:00
2017-11-24 00:13:44 +01: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.