View Source Strom.Flow (strom v0.2.0)

Summary

Types

@type t() :: %Strom.Flow{
  mixers: term(),
  modules: term(),
  name: term(),
  pid: term(),
  sinks: term(),
  sources: term(),
  splitters: term(),
  streams: term()
}

Functions

Link to this function

add_component(pid, component)

View Source

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

start(flow_module, opts \\ [])

View Source