Module generic

Source
Expand description

Generic operators defined by user-provided closures.

Re-exports§

pub use self::operator::Operator;
pub use self::operator::source;

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§

FrontierNotificator
Tracks requests for notification and delivers available notifications.
InputHandleCore
Handle to an operator’s input stream.
Notificator
Tracks requests for notification and delivers available notifications.
OperatorInfo
Information about the operator being constructed
OutputBuilder
An owning pair of output pusher and container builder.
OutputBuilderSession
A wrapper around a live output session, with a container builder to buffer.
Session
An active output building session, which accepts items and builds containers.