Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Note that uv_is_active works on timers.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored and piscisaureus committed Nov 30, 2011
1 parent d513d9b commit b684deb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/uv.h
Expand Up @@ -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);

Expand Down

0 comments on commit b684deb

Please sign in to comment.