Oi.Compile.Planning.Plan (oi v0.7.0)

Copy Markdown

Ordered sequence of stages.

Summary

Types

t()

@type t() :: %Oi.Compile.Planning.Plan{
  stages: [Oi.Compile.Planning.Stage.t()],
  total_tasks: non_neg_integer()
}

Functions

new(stages)

@spec new([Oi.Compile.Planning.Stage.t()]) :: t()