Expand description
Generic operators defined by user-provided closures.
Re-exports§
Modules§
- builder_
raw - Types to build operators with general shapes.
- builder_
rc - Types to build operators with general shapes.
- operator
- Methods to construct generic streaming and blocking unary operators.
Structs§
- Frontier
Notificator - Tracks requests for notification and delivers available notifications.
- Frontiered
Input Handle Core - Handle to an operator’s input stream and frontier.
- Input
Handle Core - Handle to an operator’s input stream.
- Notificator
- Tracks requests for notification and delivers available notifications.
- Operator
Info - Information about the operator being constructed
- Output
Handle Core - Handle to an operator’s output stream.
- Output
Wrapper - An owned instance of an output buffer which ensures certain API use.
Type Aliases§
- Frontiered
Input Handle - Handle to an operator’s input stream and frontier, specialized to vectors.
- Input
Handle - Handle to an operator’s input stream, specialized to vectors.
- Output
Handle - Handle specialized to
Vec
-based container.