ExecutionPlane.Placements.Local (execution_plane v0.1.0)

Copy Markdown View Source

Same-node placement semantics for the execution-plane substrate.

Summary

Functions

placement_family()

@spec placement_family() :: String.t()

supported_surface_kinds()

@spec supported_surface_kinds() :: [String.t(), ...]

supports_surface?(surface)

@spec supports_surface?(
  ExecutionPlane.Placements.Surface.t()
  | map()
  | keyword()
  | String.t()
  | atom()
) ::
  boolean()