Current section

Files

Jump to
mozart lib mozart data execution_frame.ex
Raw

lib/mozart/data/execution_frame.ex

defmodule Mozart.Data.ExecutionFrame do
@moduledoc false
defstruct [
:process,
:uid,
:parent_task_uid,
open_tasks: %{},
data: %{}
]
end