Interface: WorkerMessage
Defined in: core/src/threads/ThreadWorker.ts:18
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:20
The data associated with the message.
type
type:
WorkerMessageType
Defined in: core/src/threads/ThreadWorker.ts:22
The type of message sent.