作者 邓超

job

... ... @@ -208,6 +208,7 @@ $pm->addBatch(2,function (Process\Pool $pool, int $worker_id) {
$pool->shutdown();
break;
}
co::sleep(5);
}
return 0;
}
... ...