the error object thrown by the task computation
the message
Creates a function response message containing the passed function definitions
the function definitions to respond to the worker slave
the function response message
Creates an initialize worker message
the unique id of the worker
the initialize worker message
Tests if the given message is an IFunctionExecutionError message
the message to test
{@code true} if the message is an IFunctionExecutionError
Tests if the given message is an IFunctionRequest message
the message to test
{@code true} if the message is an IFunctionRequest
Tests if the given message is an IFunctionResponse message
the message to test
{@code true} if the message is an IFunctionResponse
Tests if the given message is an IInitializeWorkerMessage message
the message to test
{@code true} if the message is an IInitializeWorkerMessage
Tests if the given message is an IScheduleTaskMessage message
the message to test
{@code true} if the message is an IScheduleTaskMessage
Tests if the given message is a stop message
the message to test
{@code true} if the message is a stop message
Tests if the given message is an IWorkerResultMessage message
the message to test
{@code true} if the message is an IWorkerResultMessage
Creates an IFunctionRequest message that requests the given function ids from the worker thread
the id of a function to request
additional ids to request from the worker slave
the function request message
Creates a message to schedule the given task on a worker slave
the task to schedule
the schedule message
Creates a stop message
the message
Creates a worker result message for the given result
the computed result for the scheduled task
the message
Generated using TypeDoc
Creates a function execution error message containing the given error