RPCConnection

interface RPCConnection : CoroutineScope

Functions

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

Properties

coroutineContext
Link copied to clipboard
abstract val coroutineContext: CoroutineContext