ExecutionPlane.RemoteFacade.Lane (execution_plane v0.1.0)

Copy Markdown View Source

Execution Plane-owned lower lane facade for distributed StackLab profiles.

Lower lane execution is bounded by Execution Plane contracts. The default facade supports the diagnostic lane for deterministic local proof and returns serializable receipt maps.

Summary

Functions

execute_lane(request, opts \\ [])

@spec execute_lane(
  map(),
  keyword()
) :: {:ok, map()} | {:error, map()}

owner_group()

@spec owner_group() :: {module(), :lane}