mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 19:03:29 +08:00
- 修改Run方法测试用例以使用CreateYieldingCoroutine创建协程 - 移除Coroutines_Should_Complete_At_Different_Stages测试方法 - 在CreateYieldingCoroutine方法末尾添加yield break语句 - 在CreateImmediateCoroutine方法中添加WaitUntil指令并返回 - 修改CreateCountingCoroutine方法实现逻辑,替换无限循环为有限帧执行 - 移除Delay_Should_Accumulate_Time_Across_Multiple_Updates测试方法