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