mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
2930bd1317
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> |
||
---|---|---|
.. | ||
1_hello_world | ||
2_function_arguments | ||
3_callbacks | ||
4_object_factory | ||
5_function_factory | ||
6_object_wrap | ||
7_factory_wrap | ||
8_passing_wrapped | ||
test_array | ||
test_async | ||
test_buffer | ||
test_callback_scope | ||
test_cleanup_hook | ||
test_constructor | ||
test_conversions | ||
test_dataview | ||
test_env_sharing | ||
test_error | ||
test_exception | ||
test_fatal | ||
test_fatal_exception | ||
test_function | ||
test_general | ||
test_handle_scope | ||
test_make_callback | ||
test_make_callback_recurse | ||
test_new_target | ||
test_null_init | ||
test_number | ||
test_object | ||
test_promise | ||
test_properties | ||
test_reference | ||
test_string | ||
test_symbol | ||
test_typedarray | ||
test_uv_loop | ||
.gitignore | ||
common.h | ||
testcfg.py |