<?php use \Workerman\Worker; class waitGroup { public bool $isWorkering = false; public int $workerCounts = 0; public int $workerOkCounts = 0; public $func = null; private int $startTi...