作者 邓超

job

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