Skip to main content

Module workload

Module workload 

Source
Expand description

Workload runtime abstractions for guest backends.

This module replaces the old executor adapter layer. ActrNode dispatches directly into a runtime Workload enum.

Enums§

HostOperation
Guest-initiated host operation carrying strong-typed ABI payloads.
HostOperationResult
Result of a host operation.

Type Aliases§

HostAbiFn
Host-side async bridge used by guest runtimes.
InvocationContext
ABI-stable invocation context passed into guest runtime on each request.