Dsxir. RuntimeProgram. Edge
(dsxir v0.4.0)
Copy Markdown
Typed data flow between a producer endpoint and a consumer endpoint inside a runtime program.
from: is one of {:program_input, atom()}, {:node, atom(), atom()}, or
{:const, term()}. to: is {:node, atom(), atom()} or
{:program_output, atom()}. kind: is :required or :optional.