Reputation: 57
I read the libuv
sourcecode and found these function declarations:
void uv_prepare_invoke(uv_loop_t* loop);
void uv_check_invoke(uv_loop_t* loop);
void uv_idle_invoke(uv_loop_t* loop);
Defined in internal.h
.
But I can't find the function bodies, why?
Upvotes: 0
Views: 49