GeWuYou
7242f58029
refactor(coroutine): 重构 WaitForAllCoroutines 实现
- 修改 WaitForAllCoroutines 构造函数,添加 CoroutineScheduler 参数
- 移除 WaitForAllCoroutines 内部的待处理句柄集合和完成状态管理
- 修改 WaitForAllCoroutines 的 IsDone 属性实现,改为通过调度器检查协程状态
- 移除 WaitForAllCoroutines 的 NotifyCoroutineComplete 方法
- 更新 CoroutineScheduler 中对 WaitForAllCoroutines 的处理逻辑
- 移除调度器中的协程完成通知相关代码
- 更新所有相关测试用例以适应新的构造函数参数
- 添加对 scheduler 参数的空值验证测试
- [release ci]
2026-02-01 16:53:26 +08:00
..
2026-01-27 20:30:04 +08:00
2026-01-27 20:30:04 +08:00
2026-01-27 20:30:04 +08:00
2026-02-01 16:53:26 +08:00
2026-01-27 20:30:04 +08:00
2026-02-01 14:07:59 +08:00
2026-01-27 20:30:04 +08:00
2026-02-01 14:07:59 +08:00
2026-01-27 20:30:04 +08:00
2026-01-27 20:30:04 +08:00
2026-01-15 13:53:08 +08:00
2026-01-27 20:30:04 +08:00
2026-01-27 20:30:04 +08:00
2026-01-27 20:30:04 +08:00
2026-01-27 20:30:04 +08:00
2026-01-27 20:30:04 +08:00
2026-01-04 22:14:34 +08:00
2026-01-17 10:05:52 +08:00
2026-01-27 20:30:04 +08:00
2026-02-01 11:04:50 +08:00
2026-01-27 12:45:03 +08:00
2026-01-21 21:42:54 +08:00