Skip to main content

Module value

Module value 

Source

Structs§

VmChannel
A channel for inter-task communication.
VmClosure
A closure: compiled function prototype + captured upvalues.
VmEnumDef
Enum type definition
VmEnumInstance
Enum instance
VmGenerator
A generator object — wraps a GeneratorKind with done state.
VmModule
Module (imported file’s exports)
VmSchema
Schema definition.
VmStructDef
Struct type definition
VmStructInstance
Struct instance
VmTable
Wrapper around DataFusion DataFrame.
VmTask
A spawned task handle — wraps the receiver for the task result.

Enums§

GeneratorKind
The kind of generator — user-defined (via yield) or built-in combinator.
UpvalueRef
An upvalue reference — either open (pointing at a stack slot) or closed (owns the value).
VmValue
Runtime value for the bytecode VM.