Expand description
Dataflow operations.
Structs§
- Call a function directly.
- Call a function indirectly. Like call, but the function input is a value (runtime, not static) dataflow edge, and thus does not need any type-args.
- A simply nested dataflow graph.
- An input node. The outputs of this node are the inputs to the function.
- Load a static constant in to the local dataflow graph.
- Load a static function in to the local dataflow graph.
- An output node. The inputs are the outputs of the function.
Traits§
- Trait implemented by all dataflow operations.
- Operations that is the parent of a dataflow graph.
- Helpers to construct input and output nodes