Packages
Execution Plane provides shared lower-runtime contracts, behaviours, codecs, placement descriptors, and pure helpers for Execution Plane lane adapters, node hosts, and runtime family kits.
Current section
Files
Jump to
Current section
Files
execution_plane
.formatter.exs
.formatter.exs
# Used by "mix format"
[
inputs: [
"{mix,.formatter}.exs",
"build_support/*.{ex,exs}",
"lib/**/*.{ex,exs}",
"packaging/weld/**/*.{ex,exs}",
"core/execution_plane/{mix,.formatter}.exs",
"protocols/*/{mix,.formatter}.exs",
"protocols/*/{lib,test}/**/*.{ex,exs}",
"streaming/*/{mix,.formatter}.exs",
"streaming/*/{lib,test}/**/*.{ex,exs}",
"runtimes/*/{mix,.formatter}.exs",
"runtimes/*/{lib,test}/**/*.{ex,exs}"
]
]