Skip to main content

Module operation_handle

Module operation_handle 

Source
Expand description

Lazy operation handle for pre-run operation registration.

An OperationHandle is a lazy reference to a named operation that is registered before run() and auto-populates with operation data during execution. This enables the idiomatic callback testing pattern: pre-register a handle, start a non-blocking run, wait for mid-execution status changes, send callback responses, and await the final result.

Structs§

OperationHandle
A lazy handle to an operation that will be populated during execution.

Enums§

OperationMatcher
How an OperationHandle matches against operations during execution.