合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
## 创建协程 xgo + WaitGroup >[info] WaitGroup 适合不返回处理结果的场景 基本用法: [>> 到 GitHub 查看 DEMO <<](https://github.com/mix-php/mix-skeleton/blob/master/app/Console/Commands/WaitGroupCommand.php) ## 讲解 - 启动子协程时计数+1,`$ws->add(1)` - `xdefer` 方法中的闭包,即使协程抛出异常也会执行计数-1,`$ws->done()` - 当全部 `$ws->done()` 完成时,`$ws->wait()` 唤醒并继续执行。