ProcessChannel

interface ProcessChannel

Process Channel

Base interface type representing an object which is enabled for interprocess communication.

Inheritors

Functions

Link copied to clipboard
abstract fun ref(): ProcessChannel
Link copied to clipboard
abstract fun send(message: Value, sendHandle: Value?, options: Value?, callback: Value?): Boolean
Link copied to clipboard
abstract fun unref(): ProcessChannel