Expand description
This crate provides async primitives for flow-based programming (FBP).
Re-exports§
pub use tokio::*;
Modules§
Structs§
Enums§
- Error
- Port
Direction - The dataflow direction of a port.
- Port
State - The current state of a port.
Traits§
- Connection
- Input
Port - Output
Port - Port
- The common interface for ports, whether for input or output.