Sets up the WorkerService with the specified name, and starts processing messages.
The service id.
The service id.
Destroy the WorkerService. Cancels all pending requests ad removes itself from the message
queue.
Message handler to be overridden by implementation.
MessageEvent.data as received by WorkerService.
Call request handler to be overridden by implementation.
RequestMessage.request as received by WorkerService.
Generated using TypeDoc
Worker Service communication helper.
Listens to Web Worker messages from
entWorkerSetand implements:This class should be subclassed to provide concrete like
TileDecoderService.Communication peer for
ConcurrentWorkerSet.