viaduct
0.3.0
compiler
/
io.github.aplcornell.viaduct.selection
/
CommunicationEvent
Communication
Event
data
class
CommunicationEvent
(
val
send
:
OutputPort
,
val
recv
:
InputPort
)
Constructors
Properties
Constructors
Communication
Event
Link copied to clipboard
fun
CommunicationEvent
(
send
:
OutputPort
,
recv
:
InputPort
)
Properties
recv
Link copied to clipboard
val
recv
:
InputPort
send
Link copied to clipboard
val
send
:
OutputPort