Go to the source code of this file.
Functions | |
int | main () |
void | wait_for_a_while (uv_idle_t *handle) |
Variables | |
int64_t | counter = 0 |
int main | ( | ) |
Definition at line 13 of file libuv/docs/code/idle-basic/main.c.
void wait_for_a_while | ( | uv_idle_t * | handle | ) |
Definition at line 6 of file libuv/docs/code/idle-basic/main.c.
int64_t counter = 0 |
Definition at line 4 of file libuv/docs/code/idle-basic/main.c.