This website requires JavaScript.
Explore
Help
Register
Sign In
gewuyou
/
GFramework
Watch
1
Star
0
Fork
0
You've already forked GFramework
mirror of
https://github.com/GeWuYou/GFramework.git
synced
2026-03-22 18:52:08 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
GFramework
/
GFramework.Core
/
coroutine
History
GeWuYou
42a1ab0f29
fix(coroutine): 修复 WaitForMultipleEvents 的事件处理逻辑
...
- 添加了完成状态检查,避免在已完成或释放后继续处理事件 - 立即注销事件监听器以防止内存泄漏 - 在事件触发后清理注册器引用 - 添加了完整的单元测试覆盖各种事件场景
2026-02-10 23:47:40 +08:00
..
extensions
refactor(coroutine): 重构 WaitForAllCoroutines 实现
2026-02-01 16:53:26 +08:00
instructions
fix(coroutine): 修复 WaitForMultipleEvents 的事件处理逻辑
2026-02-10 23:47:40 +08:00
CoroutineHandle.cs
style(coding-style): 统一代码风格并优化文档格式
2026-01-27 20:30:04 +08:00
CoroutineHelper.cs
style(coding-style): 统一代码风格并优化文档格式
2026-01-27 20:30:04 +08:00
CoroutineMetadata.cs
refactor(coroutine): 重构协程等待机制并移除Held状态
2026-02-01 15:27:49 +08:00
CoroutineScheduler.cs
docs(core): 完善核心框架文档注释
2026-02-09 11:37:44 +08:00
CoroutineSlot.cs
style(coding-style): 统一代码风格并优化文档格式
2026-01-27 20:30:04 +08:00