Expand description
Organizational module for Hydroflow Send/RecvCtx structs and Input/OutputPort structs.
Structs§
- Wrapper around a handoff to differentiate between output and input.
Enums§
- An uninstantiable type used to tag port
Polarity
as receive. - An uninstantiable type used to tag port
Polarity
as send.
Traits§
- An empty trait used to denote
Polarity
: either send or receive.