A message sent over an IPC channel. Sent with Process.send to a sub-process
or with CurrentProcess.send to the parent process. Received with
Process.messageSignal from a sub-process, or CurrentProcess.messageSignal
from the parent process.
A message sent over an IPC channel. Sent with Process.send to a sub-process
or with CurrentProcess.send to the parent process. Received with
Process.messageSignal from a sub-process, or CurrentProcess.messageSignal
from the parent process.