Skip to main content

Module value

Module value 

Source

Structs§

VmAtomicHandle
An atomic integer handle for the VM.
VmChannelHandle
A channel handle for the VM (uses tokio mpsc).
VmClosure
A compiled closure value.
VmEnv
VM environment for variable storage.

Enums§

VmError
VM runtime errors.
VmValue
VM runtime value.

Functions§

compare_values
values_equal

Type Aliases§

VmAsyncBuiltinFn
An async builtin function for the VM.
VmBuiltinFn
Sync builtin function for the VM.
VmTaskHandle
A spawned async task handle.