Exd v0.1.21 Exd.Runner.From View Source

From clause

Link to this section Summary

Functions

Creates a new flow from source

Link to this section Types

Link to this type option() View Source
option() ::
  {:max_demand, integer()}
  | {:min_demand, integer()}
  | {:stages, integer()}
  | {:window, Flow.Window.t()}
  | {:key, function()}
Link to this type options() View Source
options() :: [option()]

Link to this section Functions

Link to this function from(namespace, specable, opts \\ []) View Source
from(binary(), any(), options()) :: Flow.t()

Creates a new flow from source