Defines internal pipeline struct
Specs
t() :: %ALF.IP{
composed: boolean(),
debug: boolean(),
destination: pid(),
event: any(),
history: list(),
init_event: any(),
pipeline_module: atom(),
plugs: map(),
ref: reference(),
stream_ref: reference() | nil,
sync_path: nil | list(),
type: :ip
}