作者 邓超

job

@@ -216,3 +216,4 @@ $pm->addBatch(2,function (Process\Pool $pool, int $worker_id) { @@ -216,3 +216,4 @@ $pm->addBatch(2,function (Process\Pool $pool, int $worker_id) {
216 (new SendJob)->start(); 216 (new SendJob)->start();
217 },true); 217 },true);
218 218
  219 +$pm->start();