Module feedback

Source
Expand description

Create cycles in a timely dataflow graph.

Structs§

HandleCore
A handle used to bind the source of a loop variable.

Traits§

ConnectLoop
Connect a Stream to the input of a loop variable.
Feedback
Creates a Stream and a Handle to later bind the source of that Stream.
LoopVariable
Creates a Stream and a Handle to later bind the source of that Stream.

Type Aliases§

Handle
A HandleCore specialized for using Vec as container