Interface: WorkerMessage
Defined in: core/src/threads/ThreadWorker.ts:17
Describes a single message sent from the thread pool managger to a worker thread.
Properties
data?
optionaldata?:any
Defined in: core/src/threads/ThreadWorker.ts:19
The data associated with the message.
type
type:
WorkerMessageType
Defined in: core/src/threads/ThreadWorker.ts:21
The type of message sent.