Searched refs:print_progress (Results 1 – 2 of 2) sorted by relevance
31 void print_progress(uv_async_t *handle) { in print_progress() function43 uv_async_init(loop, &async, print_progress); in main()
310 the loop is the receiver). libuv will invoke the callback (``print_progress``)
Completed in 5 milliseconds