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

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

Enums

  • Represents any valid JSON value.

Traits

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

Type Aliases

  • A boxed future that can be sent across threads.