GeWuYou
1513460ac7
refactor(coroutine): 优化协程调度器测试代码结构
- 修改Run方法测试用例以使用CreateYieldingCoroutine创建协程
- 移除Coroutines_Should_Complete_At_Different_Stages测试方法
- 在CreateYieldingCoroutine方法末尾添加yield break语句
- 在CreateImmediateCoroutine方法中添加WaitUntil指令并返回
- 修改CreateCountingCoroutine方法实现逻辑,替换无限循环为有限帧执行
- 移除Delay_Should_Accumulate_Time_Across_Multiple_Updates测试方法
2026-01-21 22:02:02 +08:00
..
2026-01-18 22:26:02 +08:00
2026-01-18 22:26:02 +08:00
2026-01-19 19:08:59 +08:00
2026-01-21 22:02:02 +08:00
2026-01-16 13:15:52 +08:00
2026-01-16 13:15:52 +08:00
2026-01-16 13:15:52 +08:00
2026-01-16 13:15:52 +08:00
2026-01-16 13:15:52 +08:00
2026-01-15 13:53:08 +08:00
2026-01-16 13:15:52 +08:00
2026-01-16 13:15:52 +08:00
2026-01-18 22:26:02 +08:00
2026-01-16 13:15:52 +08:00
2026-01-18 22:26:02 +08:00
2026-01-04 22:14:34 +08:00
2026-01-17 10:05:52 +08:00
2026-01-18 22:26:02 +08:00
2026-01-15 21:33:51 +08:00
2026-01-21 21:42:54 +08:00