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§
- Execute
Options - Per-call options for
Kernel::execute_with_options.