Note that uv_is_active works on timers.

This commit is contained in:
Bruce Mitchener 2011-11-25 16:32:32 +07:00 committed by Bert Belder
parent d513d9bb41
commit b684deb4f4

View File

@ -345,8 +345,8 @@ struct uv_handle_s {
};
/*
* Returns 1 if the prepare/check/idle handle has been started, 0 otherwise.
* For other handle types this always returns 1.
* Returns 1 if the prepare/check/idle/timer handle has been started, 0
* otherwise. For other handle types this always returns 1.
*/
UV_EXTERN int uv_is_active(uv_handle_t* handle);