Access Worker instance from Thread Pool once task is running?
未关闭
- 主要语言
- TypeScript
- 星标
- 3.5k
- 派生
- 173
- PR 合并指标
- 30 天内没有已合并 PR
描述
I'm using Module Workers to run a number of complex tasks. These send back data while they are running via Observables. This works fine so far.
Now I'd like to have a pool of these Module Workers running. The issue is, using pool.queue() will not give me access to the worker that the task has been assigned to, thus I also can't subscribe to the Observables of that Worker. Is there a way to get the worker instance within the pool that my task is being assigned to?
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。