Type of data sent to the worker. This can only be serializable data.
Type of response of execution. This can only be serializable data.
Shut down every current worker in this pool.
Perform the task specified in the constructor with the data parameter.
The input for the specified task. This can only be serializable data.
Promise that will be resolved when the task is successfully completed.
Set the worker choice strategy in this pool.
The worker choice strategy.
Generated using TypeDoc
Contract definition for a poolifier pool.