Go to the source code of this file.
Functions | |
void | after (uv_work_t *req, int status) |
void | fake_download (uv_work_t *req) |
int | main () |
void | print_progress (uv_async_t *handle) |
Variables | |
uv_async_t | async |
uv_loop_t * | loop |
double | percentage |
Definition at line 26 of file libuv/docs/code/progress/main.c.
void fake_download | ( | uv_work_t * | req | ) |
Definition at line 12 of file libuv/docs/code/progress/main.c.
int main | ( | ) |
Definition at line 36 of file libuv/docs/code/progress/main.c.
void print_progress | ( | uv_async_t * | handle | ) |
Definition at line 31 of file libuv/docs/code/progress/main.c.
uv_async_t async |
Definition at line 8 of file libuv/docs/code/progress/main.c.
uv_loop_t* loop |
Definition at line 7 of file libuv/docs/code/progress/main.c.
double percentage |
Definition at line 10 of file libuv/docs/code/progress/main.c.