Minimal process runtime for one-shot local execution in the execution-plane substrate.
Summary
Functions
@spec execute( ExecutionPlane.Kernel.DispatchPlan.t(), keyword() ) :: {:ok, map()} | {:error, map()}
@spec family() :: String.t()
@spec run(keyword()) :: {:ok, ExecutionPlane.Runtimes.Process.RunResult.t()} | {:error, term()}
@spec supports_surface?(ExecutionPlane.Placements.Surface.t() | nil) :: boolean()