uv_run (&loop, UV_RUN_DEFAULT); // some work uv_stop(&loop); // now add second timer uv_run(&loop, UV_RUN_DEFAULT); // run again .
確定! 回上一頁