ViaductRuntime

abstract class ViaductRuntime : Runtime

Functions

input
Link copied to clipboard
abstract suspend fun input(type: ValueType): Value
output
Link copied to clipboard
abstract suspend fun output(value: Value)
receive
Link copied to clipboard
open suspend override fun <T> receive(type: KType, sender: Host): T
send
Link copied to clipboard
open suspend override fun <T> send(type: KType, value: T, receiver: Host)