Current section

Files

Jump to
mozart lib mozart task receive.ex
Raw

lib/mozart/task/receive.ex

defmodule Mozart.Task.Receive do
defstruct [
:name,
:function,
:next,
:uid,
:message_selector,
complete: false,
data: %{},
type: :receive
]
end