Closed jfirebaugh closed 8 years ago
Could the documentation state more about the invariants, pre-conditions, and post-conditions for the various uv_timer functions?
uv_timer_start
uv_timer_stop
The answer to all of them is "yes". If you want to improve the docs please open an issue or pull request in https://github.com/libuv/libuv
Could the documentation state more about the invariants, pre-conditions, and post-conditions for the various uv_timer functions?
uv_timer_start
be called a second time, after the callback from a previous call touv_timer_start
has been called?uv_timer_start
be called a second time, before the callback from a previous call touv_timer_start
has been called?uv_timer_stop
be called ifuv_timer_start
has not been called?