Skip to main content

Module invocation

Module invocation 

Source
Expand description

Invocation types for tracking task execution.

Three types form a unified invocation model:

Structs§

InvocationHandle
Handle to a submitted invocation with typed result access.
SyncInvocation
Synchronous invocation result — created when dev_mode_force_sync = true.

Enums§

Invocation
Unified invocation type — same API for sync and distributed execution.