UNPKG

worker-tls

Version:

worker-tls 提供了 动态Worker 功能 和 其它一些 Worker 场景下有用的工具集;让开发者可以像调用对象方法一样动态地调用Worker中的方法,也可以随时地往 Worker 中动态地添加函数 等等。

50 lines (24 loc) 685 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [worker-tls](./worker-tls.md) &gt; [DynamicWorkerPool](./worker-tls.dynamicworkerpool.md) &gt; [execEnded](./worker-tls.dynamicworkerpool.execended.md) ## DynamicWorkerPool.execEnded() method **Signature:** ```typescript execEnded(worker: DWorker<W>): void; ``` ## Parameters <table><thead><tr><th> Parameter </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> worker </td><td> [DWorker](./worker-tls.dworker.md)<!-- -->&lt;W&gt; </td><td> </td></tr> </tbody></table> **Returns:** void