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