Engine

Denotes a virtualization engine

Members

Functions

callf
Value[] callf(FunctionValue func, Value[] args)

Call a function value within this virtualization engine

ip
void ip(size_t value)

Set the current IP

ip
size_t ip()

Get the current IP

Variables

id
UUID id;

A unique identifier for this engine

ipTable
size_t[Fiber] ipTable;

The current instruction pointer of this engine

Meta