Structs§
- VmAtomic
Handle - An atomic integer handle for the VM.
- VmChannel
Handle - A channel handle for the VM (uses tokio mpsc).
- VmClosure
- A compiled closure value.
- VmEnv
- VM environment for variable storage.
Enums§
Functions§
Type Aliases§
- VmAsync
Builtin Fn - An async builtin function for the VM.
- VmBuiltin
Fn - Sync builtin function for the VM.
- VmTask
Handle - A spawned async task handle.