-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
1. 描述
现状
Factory::waitFor
、Factory::sleep
及其助手函数存在协程出让挂起Utils/Coroutine
存在协程创建、出让挂起- 目前没有统一的观测手段
实现
- 在
Utils/Coroutine
和Factory
中实现基于WeakMap的协程容器,保存开始时间等信息; Utils/Coroutine/CoroutineInterface
实现kill
接口方法,为协程提供退出功能,主动退出的协程抛出一个KilledException异常Factory
中实现kill
方法,为挂起事件提供退出功能,主动退出的挂起事件抛出一个KilledException异常
2. 场景
基于该方案,可以在服务层实现面向所有子进程的协程观测工具
3. 期望版本
- webman-coroutine 版本: 1.3.x
- 协程环境下的驱动: all
4. 兼容信息
无
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request