Expand description
Typed host-side descriptors for publishing work into the megakernel ring.
Wrappers such as VyreOffload should not have to hand-assemble
(opcode, tenant_id, args) tuples or know when to switch to the
packed-slot path. These descriptors provide an additive typed API
over the existing wire protocol.
Structs§
- Batch
Descriptor - A typed batch publication request.
- Packed
OpDescriptor - One packed inner-op inside a
PACKED_SLOT. - Window
Descriptor - A ticketed window of related slot publications.
Enums§
- Builtin
Opcode - Built-in megakernel opcodes exposed as a typed host API.
- Slot
Descriptor - One top-level slot publication request.
- Slot
Opcode - A slot opcode can target either a builtin wire opcode or a caller-defined
extension registered via an opcode handler (see
handlersmodule). - Window
Class - Classification for items published inside a window descriptor.