Module brane_exe::spec

source ·
Expand description

Defines some non-Vm-trait structs and interfaces useful when using this crate.

Structs§

  • Defines whatever we need to remember w.r.t. runtime in between two submission of part of a workflow (i.e., repl-runs).
  • Defines that which the execute closure needs to know about a task.

Traits§

  • Defines whatever is needed for the custom global part of a RunState.
  • Defines whatever is needed for the custom local part of a RunState.
  • A trait that implements various missing pieces in task execution. See the brane-tsk crate for implementations.