Module brane_exe::vm

source ·
Expand description

Implements the VM trait, which is a simple trait for defining VMs that use threads.

Traits§

  • Defines a common interface (and some code) for virtual machines.