Hi all
is this usage pattern okay
read_cb(....)
{
    ...
    /// do something
    if(test) {
         uv_read_stop();
}



uv_read_start(handle, alloc_cb, read_cb);
uv_read_start(handle, alloc_cb, diff_read_cb);

where diff_read_cb is new function? 


-- 
You received this message because you are subscribed to the Google Groups 
"libuv" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/libuv.
For more options, visit https://groups.google.com/d/optout.

Reply via email to