Possible service management messages (CreateService
or DestroyService
) sent to WebWorker.
Service id of worker manager (WorkerServiceManager) used to create/destroy service instances in workers.
Type guard to check if an object is a signal message from worker.
Type guard to check if an object is a request message sent to a worker.
Type guard to check if an object is a request message sent to a worker.
Test if error
thrown by CreateServiceRequest was caused by unknown type of service.
Generated using TypeDoc
Common communication protocol for WorkerService.