Crate flow_component

Source
Expand description

This crate contains the core definitions and traits that make up a flow-based component or process that can execute within the flow-graph-interpreter.

Structs§

ComponentError
A generic error type for components. The Error type, a wrapper around a dynamic error type.
Context
A context that is passed to a component’s operations.
InherentContext
Inherent data passed to an operation.
LocalScope
The LocalScope type is used to invoke other components within the executing scope.

Enums§

Value
Represents any valid JSON value.

Traits§

LocalAwareSend
A conditional trait that implements Send if the target is not wasm.

Type Aliases§

BoxFuture
A boxed future that can be sent across threads.