Current section

Files

Jump to
mozart lib mozart task join.ex
Raw

lib/mozart/task/join.ex

defmodule Mozart.Task.Join do
defstruct [
:name,
:function,
:next,
:uid,
inputs: [],
type: :join
]
end