Skip to main content

Module kernel

Module kernel 

Source
Expand description

Kernel-level execution options.

ExecuteOptions is the input to a single kernel execute call. It collects the per-call knobs (variables, timeout, cancellation) so embedders don’t need to manage half a dozen execute-method overloads.

Structs§

ExecuteOptions
Per-call options for Kernel::execute_with_options.