Module passerine::vm::vm[][src]

Structs

VM

A VM executes bytecode lambda closures. (That’s a mouthful - think bytecode + some context). VM initialization overhead is tiny, and each VM’s state is self-contained, so more than one can be spawned if needed.