ALF.IP (alf v0.8.4) View Source

Defines internal pipeline struct

Link to this section Summary

Link to this section Types

Specs

t() :: %ALF.IP{
  decomposed: boolean(),
  destination: pid(),
  done!: boolean(),
  event: any(),
  history: list(),
  init_event: any(),
  manager_name: atom(),
  plugs: map(),
  recomposed: boolean(),
  ref: reference(),
  stream_ref: reference() | nil,
  sync_path: nil | list(),
  type: :ip
}