Gets the error state of the terminated worker.
Gets the current worker state.
Sends a message to the worker.
The data that should be posted to the current worker.
A Promise
that resolves once data
has been successfuly sent to the worker.
Starts the current worker.
A Promise
that resolves when the current worker has completed executing.
Signals the current worker to terminate immediately.
Waits until the current worker has completed executing.
A Promise
that resolves when the current worker has completed executing.
Generated using TypeDoc
A worker implementation.