Skip to main content

Module execution_control

Module execution_control 

Source
Expand description

Completed-token execution control, discovery and snapshot resource contracts. Portable discovery and resource contracts for completed-token execution control.

Structs§

ExecutionControlCapabilities
Exact loaded-session execution-control capabilities. Native handles and estimators never enter this serializable report.
GenerationControlHandle
Thread-safe requests for a worker whose native session can remain thread-affine. Pausing is sticky until the owning worker explicitly resumes. Cancellation retains the ordinary permanent cancellation-token semantics.
SnapshotEstimate
Logical storage facts supplied without allocating or evaluating native state. Values include conservative copy-on-write allowances where applicable. They do not promise a physical allocator/private-workspace ceiling.
SnapshotLimits
Independently bounded snapshot and child-state resources.
SnapshotUsage
Observed logical snapshot accounting, separate from capture/transport limits.

Enums§

ControlSupport
Support for one operation on the actual selected execution configuration.
ExecutionControlError
Portable invalid-state or budget failure, before a native operation is called.
GenerationStatus
Observable lifecycle of one controllable ordinary generation session.
SnapshotIsolation
Mutable-state isolation promised by an opaque native in-process snapshot.
SnapshotResourceKind
Kind of state retained under a snapshot resource reservation.

Constants§

EXECUTION_CONTROL_SCHEMA_VERSION
Version of execution-control metadata and lifecycle records.

Traits§

NativeTextStateBackend
Native persistent-state mechanisms for ordinary text generation.