public function test(Request $request) { $channel = new Channel(10); $wg = new WaitGroup(); //循环使用 for ($i = 0; $i < 10; $i++){ $wg->add(); Coro...