Skip to main contentModule value
Source - 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.
- 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.