ext/libuv/docs/src/timer.rst in libuv-2.0.12 vs ext/libuv/docs/src/timer.rst in libuv-3.0.0

- old
+ new

@@ -40,9 +40,12 @@ If `timeout` is zero, the callback fires on the next event loop iteration. 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. .. c:function:: int uv_timer_again(uv_timer_t* handle)