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 10:34:30 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
GFramework
/
GFramework.Core
/
coroutine
History
GeWuYou
6cc2bdfeb5
refactor(coroutine): 优化异步操作延续处理逻辑
...
- 使用while循环替代递归调用避免栈溢出风险 - 改进CAS操作的重试机制提高并发安全性 - 简化空值检查逻辑提升代码可读性 - 优化双重检查锁模式确保线程安全
2026-02-09 19:16:22 +08:00
..
extensions
refactor(coroutine): 重构 WaitForAllCoroutines 实现
2026-02-01 16:53:26 +08:00
instructions
refactor(coroutine): 优化异步操作延续处理逻辑
2026-02-09 19:16:22 +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