0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 15:06:33 +01:00
nodejs/doc/api
Anatoli Papirovski 2930bd1317
src: refactor timers to remove TimerWrap
Refactor Timers to behave more similarly to Immediates by having
a single uv_timer_t handle which is stored on the Environment.

No longer expose timers in a public binding and instead make
it part of the internalBinding.

PR-URL: https://github.com/nodejs/node/pull/20894
Fixes: https://github.com/nodejs/node/issues/10154
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
2018-06-24 21:35:05 -07:00
..
_toc.md
addons.md
all.md
assert.md
async_hooks.md src: refactor timers to remove TimerWrap 2018-06-24 21:35:05 -07:00
buffer.md
child_process.md
cli.md
cluster.md
console.md
crypto.md
debugger.md
deprecations.md
dgram.md
dns.md
documentation.md
domain.md
errors.md
esm.md
events.md
fs.md
globals.md
http2.md
http.md
https.md
index.md
inspector.md
intl.md
modules.md
n-api.md
net.md
os.md
path.md
perf_hooks.md
process.md
punycode.md
querystring.md
readline.md
repl.md
stream.md
string_decoder.md
synopsis.md
timers.md
tls.md
tracing.md
tty.md
url.md
util.md
v8.md
vm.md
worker_threads.md
zlib.md