mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 19:03:29 +08:00
- 实现了 CommandCoroutineExtensions 类,提供命令异步执行的协程包装 - 添加了 SendCommandCoroutineWithErrorHandler 方法处理命令执行异常 - 实现了 SendCommandAndWaitEventCoroutine 方法支持发送命令并等待事件 - 创建了 QueryCoroutineExtensions 类,提供查询操作的协程扩展 - 添加了 WaitForEvent 协程指令用于等待特定事件触发 - 实现了完整的事件监听和资源清理机制