int uv_run(uv_loop_t* loop, uv_run_mode mode) { int timeout; int r; int ran_pending; r = uv__loop_alive(loop); // 判断是否还存在活跃句柄 if (!r) ...
確定! 回上一頁