postMessage
Send a message to the worker that is received via require('node:worker_threads').parentPort.on('message'). See port.postMessage() for more details.
Since
v10.5.0
Send a message to the worker that is received via require('node:worker_threads').parentPort.on('message'). See port.postMessage() for more details.
v10.5.0