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§
- Component
Error - 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.
- Inherent
Context - Inherent data passed to an operation.
- Local
Scope - The LocalScope type is used to invoke other components within the executing scope.
Enums§
- Value
- Represents any valid JSON value.
Traits§
- Local
Aware Send - A conditional trait that implements Send if the target is not wasm.
Type Aliases§
- BoxFuture
- A boxed future that can be sent across threads.