MessagingOptions

sealed external interface MessagingOptions : Abortable(source)

Inheritors

Properties

Link copied to clipboard
abstract var killSignal: Any?

The signal value to be used when the spawned process will be killed by the abort signal.

Link copied to clipboard

Specify the kind of serialization used for sending messages between processes.

Link copied to clipboard
abstract val signal: AbortSignal?
Link copied to clipboard
abstract var timeout: Double?

In milliseconds the maximum amount of time the process is allowed to run.

Functions

Link copied to clipboard
inline operator fun copy(noinline signal: AbortSignal?): Abortable