mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 18:52:08 +08:00
- 实现SendCommandCoroutine方法,支持以协程方式发送命令并处理异常 - 实现SendCommandAndWaitEventCoroutine方法,支持发送命令并等待特定事件 - 添加超时控制功能,支持设置等待事件的超时间 - 集成IEventBus和IMediator服务,提供完整的事件驱动协程支持 - 提供异常回调处理机制,增强错误处理能力 - 实现资源清理机制,确保WaitForEvent对象正确释放