On Tue, Jul 31, 2012 at 5:38 AM, Felix Halim <[email protected]> wrote: > UV_EXTERN int uv_timer_start(uv_timer_t* timer, uv_timer_cb cb, > int64_t timeout, int64_t repeat); > > Please add comments to the intended value for the "repeat" parameter > to the uv.h. > The repeat params here means call the uv_timer_cb() precisely every > "repeat" milliseconds, right?
s/precisely/approximately/ > So, does it exactly behave like setInterval() in Javascript? > That is, the "repeat" will not take the running time of the > uv_timer_cb() into account. Yes. > So if I have libuv questions, should I post it in this mailing list? > or the wiki? or the Issues section? The mailing list, please. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
