Type of data sent to the worker. This can only be serializable data.
Type of response of execution. This can only be serializable data.
Shutdowns every current worker in this pool.
Optional
Readonly
emitterEmitter on which events can be listened to.
Events that can currently be listened to:
'busy'
Performs the task specified in the constructor with the data parameter.
Promise that will be resolved when the task is successfully completed.
The input for the specified task. This can only be serializable data.
Sets the worker choice strategy in this pool.
The worker choice strategy.
Generated using TypeDoc
Contract definition for a poolifier pool.