Crate async_flow

Crate async_flow 

Source
Expand description

This crate provides async primitives for flow-based programming (FBP).

Re-exports§

pub use tokio::*;

Modules§

tokio

Structs§

RecvError
SendError
TryRecvError
TrySendError

Enums§

Error
PortDirection
The dataflow direction of a port.
PortState
The current state of a port.

Traits§

Connection
InputPort
OutputPort
Port
The common interface for ports, whether for input or output.

Type Aliases§

Result