mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-23 03:04:29 +08:00
- 修改 WaitForAllCoroutines 构造函数,添加 CoroutineScheduler 参数 - 移除 WaitForAllCoroutines 内部的待处理句柄集合和完成状态管理 - 修改 WaitForAllCoroutines 的 IsDone 属性实现,改为通过调度器检查协程状态 - 移除 WaitForAllCoroutines 的 NotifyCoroutineComplete 方法 - 更新 CoroutineScheduler 中对 WaitForAllCoroutines 的处理逻辑 - 移除调度器中的协程完成通知相关代码 - 更新所有相关测试用例以适应新的构造函数参数 - 添加对 scheduler 参数的空值验证测试 - [release ci]