Expand description
Create cycles in a timely dataflow graph.
Structs§
- Handle
Core - A handle used to bind the source of a loop variable.
Traits§
- Connect
Loop - Connect a
Streamto the input of a loop variable. - Feedback
- Creates a
Streamand aHandleto later bind the source of thatStream. - Loop
Variable - Creates a
Streamand aHandleto later bind the source of thatStream.
Type Aliases§
- Handle
- A
HandleCorespecialized for usingVecas container