summaryrefslogtreecommitdiff
path: root/deps/uv/docs/src/timer.rst
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/docs/src/timer.rst')
-rw-r--r--deps/uv/docs/src/timer.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/uv/docs/src/timer.rst b/deps/uv/docs/src/timer.rst
index 31d733efc3..8e11f257f8 100644
--- a/deps/uv/docs/src/timer.rst
+++ b/deps/uv/docs/src/timer.rst
@@ -42,6 +42,9 @@ API
If `repeat` is non-zero, the callback fires first after `timeout`
milliseconds and then repeatedly after `repeat` milliseconds.
+ .. note::
+ Does not update the event loop's concept of "now". See :c:func:`uv_update_time` for more information.
+
.. c:function:: int uv_timer_stop(uv_timer_t* handle)
Stop the timer, the callback will not be called anymore.