Module brane_exe::thread

source ·
Expand description

Implements a single Thread of a VM, which sequentially executes a given stream of Edges.

Re-exports§

  • pub use crate::errors::VmError as Error;

Structs§

  • Represents a single thread that may be executed.