线程数
消息实例数组
每个worker可容纳任务数
worker实例数组
This symbol shall be used to install a listener for only monitoring 'error'
events. Listeners installed using this symbol are called before the regular
'error'
listeners are called.
Installing a listener using this symbol does not change the behavior once an
'error'
event is emitted, therefore the process will still crash if no
regular 'error'
listener is installed.
销毁
返回消息处理函数
移除指定任务
按消息通道移除任务
寻找空闲worker,传送任务
发送任务
移动一般函数至worker
{string}
是否支持可转移对象
{boolean}
Generated using TypeDoc
管理worker线程工具
{Interface.WorkersProvider}