RPCConnection

interface RPCConnection : CoroutineScope

Functions

Link copied to clipboard
abstract suspend fun close()
Link copied to clipboard
abstract suspend fun receive(): SerializedFrame
Link copied to clipboard
abstract suspend fun send(frame: SerializedFrame)

Properties

Link copied to clipboard
abstract val coroutineContext: CoroutineContext