interface MessagingOptions
extends Abortable
Properties Jump to heading
optional
Jump to headingserialization: SerializationType | undefinedSpecify the kind of serialization used for sending messages between processes.
optional
Jump to headingkillSignal: Signals
| number
| undefinedThe signal value to be used when the spawned process will be killed by the abort signal.
optional
Jump to headingtimeout: number | undefinedIn milliseconds the maximum amount of time the process is allowed to run.