Oi. Compiled
(oi v0.4.0)
Copy Markdown
Static compilation product: bundles + execution plan.
Built once from Oi.compile/2, reusable across multiple Oi.execute/2
calls with different inputs/interventions.
Summary
Types
@type t() :: %Oi.Compiled{ bundles: [Oi.Compile.Bundle.t()], edges: MapSet.t(Oi.Topology.Graph.Edge.t()), plan: Oi.Compile.Planning.Plan.t() }