Go to the source code of this file.
Functions | |
void | crunch_away (uv_idle_t *handle) |
int | main () |
void | on_type (uv_fs_t *req) |
Variables | |
char | buffer [1024] |
uv_idle_t | idler |
uv_loop_t * | loop |
uv_fs_t | stdin_watcher |
void crunch_away | ( | uv_idle_t * | handle | ) |
Definition at line 10 of file libuv/docs/code/idle-compute/main.c.
int main | ( | ) |
Definition at line 34 of file libuv/docs/code/idle-compute/main.c.
void on_type | ( | uv_fs_t * | req | ) |
Definition at line 20 of file libuv/docs/code/idle-compute/main.c.
char buffer[1024] |
Definition at line 8 of file libuv/docs/code/idle-compute/main.c.
uv_idle_t idler |
Definition at line 7 of file libuv/docs/code/idle-compute/main.c.
uv_loop_t* loop |
Definition at line 5 of file libuv/docs/code/idle-compute/main.c.
uv_fs_t stdin_watcher |
Definition at line 6 of file libuv/docs/code/idle-compute/main.c.