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?

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.


On Sat, Jul 28, 2012 at 1:58 AM, Ben Noordhuis <[email protected]> wrote:
> On Fri, Jul 27, 2012 at 6:42 PM, Bry <[email protected]> wrote:
>> Why don't you guys open up the Wiki section on the uv github so we can get
>> some tuts rolling?
>
> Done.


So if I have libuv questions, should I post it in this mailing list?
or the wiki? or the Issues section?


Felix Halim

-- 
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

Reply via email to