mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 10:34:30 +08:00
- 移除了CoroutineState中的Held状态 - WaitForAllCoroutines不再依赖CoroutineScheduler参数 - 使用HashSet替代IReadOnlyList存储待处理协程句柄 - 添加NotifyCoroutineComplete方法通知协程完成 - 修改HandleYieldInstruction方法使用switch表达式处理不同等待指令 - 移除WaitForCoroutine逻辑中对Held状态的设置 - 添加对WaitForAllCoroutines的完成通知支持