Expand description
This crate provides async primitives for flow-based programming (FBP).
Re-exports§
pub use tokio::*;
Modules§
Structs§
Enums§
- Error
- Port
Direction - A port’s dataflow direction (either input or output).
- Port
Event - A port’s state transition events (either connect, message, or disconnect).
- Port
State - A port’s possible states (either unconnected, connected, disconnected, or closed).
- Send
Error
Traits§
- Connection
- Input
Port - Output
Port - Port
- The common interface for ports, whether for input or output.