Module score::ports [] [src]

Ports are simple wrappers around [Event] sending. They don't do very much but they assist in creating type safe [Component] structs. See the [connect] macro for an example.

Structs

InPort

Use OutPort's connect_to method to connect up ports.

OutPort

OutPort's are connected to InPort's.