3) { uv_idle_stop($idle); } sleep(1); }); uv_check_start($check, function($check, $status){ echo "Hello"; uv_check_stop($check); }); uv_run();