viaduct
0.2.0-5-g5831d91.dirty
runtime2
/
edu.cornell.cs.apl.viaduct.runtime
/
Runtime
Runtime
interface
Runtime
Content copied to clipboard
Functions
Extensions
Inheritors
Functions
input
Link copied to clipboard
abstract
suspend
fun
input
(
type
:
ValueType
)
:
Value
Content copied to clipboard
output
Link copied to clipboard
abstract
suspend
fun
output
(
value
:
Value
)
Content copied to clipboard
receive
Link copied to clipboard
abstract
suspend
fun
<
T
>
receive
(
type
:
KType
,
sender
:
Host
)
:
T
Content copied to clipboard
send
Link copied to clipboard
abstract
suspend
fun
<
T
>
send
(
type
:
KType
,
value
:
T
,
receiver
:
Host
)
Content copied to clipboard
Inheritors
ViaductRuntime
Link copied to clipboard
Extensions
receive
Link copied to clipboard
inline suspend
fun
<
T
>
Runtime
.
receive
(
sender
:
Host
)
:
T
Content copied to clipboard
send
Link copied to clipboard
inline suspend
fun
<
T
>
Runtime
.
send
(
value
:
T
,
receiver
:
Host
)
Content copied to clipboard