diff options
Diffstat (limited to 'docs/src/timer.rst')
-rw-r--r-- | docs/src/timer.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/src/timer.rst b/docs/src/timer.rst index 8e11f257..e163e288 100644 --- a/docs/src/timer.rst +++ b/docs/src/timer.rst @@ -45,6 +45,8 @@ API .. note:: Does not update the event loop's concept of "now". See :c:func:`uv_update_time` for more information. + If the timer is already active, it is simply updated. + .. c:function:: int uv_timer_stop(uv_timer_t* handle) Stop the timer, the callback will not be called anymore. |