Expand description
Hydroflow’s inner (intra-subgraph) compiled layer.
The compiled layer mainly consists of Iterator
s (from standard Rust)
and Pusherator
s (from the pusherator
crate). This module
contains some extra helpers and adaptors for Hydroflow to use with them.
Modules§
- Pull-based operator helpers, i.e.
Iterator
helpers.