RPCConnection

interface RPCConnection : CoroutineScope

Functions

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

Properties

coroutineContext
Link copied to clipboard
common
abstract val coroutineContext: CoroutineContext