destack:runtime import destack:runtime Classes - Runtime — Live runtime. - Worker — Live worker. - World — Live world. Structs - ActionSelector — Runtime policy action selector. - Branch — Branch state. - BranchFilter — Filter for branch lists. - BranchPage — Branch list page. - Checkpoint — Checkpoint state. - CheckpointFilter — Filter for checkpoint lists. - CheckpointPage — Checkpoint list page. - ConditionSelector — Runtime condition selector. - ControlEvent — Runtime control event. - Edge — Runtime edge. - EdgeFilter — Edge filter. - EdgePage — Edge list page. - EngineView — Engine state for one worker. - Entity — Runtime entity. - EntityFilter — Entity filter. - EntityPage — Entity list page. - EventLoop — Event loop state for one worker. - Frame — Runtime frame. - FramePage — Frame list page. - FrameSlot — Runtime frame slot. - FrameSlotPage — Frame slot list page. - FrameValue — Runtime frame slot value. - HeapEdge — Runtime heap object edge. - HeapEdgePage — Heap edge list page. - HeapObject — Runtime heap object. - HeapObjectPage — Heap object list page. - HeapSummary — Heap summary for one worker. - IdentitySelector — Runtime identity selector. - Image — Image state. - ImageFilter — Filter for image lists. - ImagePage — Image list page. - Label — Entity or edge label. - LabelSelector — Label selector clause. - Moment — Precise history coordinate in one world. - ObservationOptions — Open options for one observation subscription. - ObservationRecord — One observation record. - ObservationRecordPage — Observation record page. - PolicyQuery — Runtime policy query. - PolicyRule — Runtime policy rule. - PolicyRulePage — Runtime policy rule page. - RandomSeed — Deterministic random stream seed. - Resource — Runtime resource. - ResourceFilter — Filter for runtime resources. - ResourceId — Runtime-owned resource identifier. - ResourcePage — Resource list page. - Revision — Revision state. - RevisionFilter — Filter for revision lists. - RevisionPage — Revision list page. - RuntimeCreateOptions — Create options for one runtime. - RuntimeFilter — Filter for runtime lists. - RuntimePage — Runtime list page. - Snapshot — Snapshot state. - SnapshotPage — Snapshot list page. - SubjectSelector — Runtime policy subject selector. - Trace — Trace state for one world. - TraceCursorOptions — Open options for one trace cursor. - TraceRecord — One trace record. - TraceRecordPage — Trace record page. - WorkerCreateOptions — Create options for one worker. - WorkerFilter — Filter for worker lists. - WorkerPage — Worker list page. - WorldCreateOptions — Create options for one world. - WorldViewOptions — Open options for one pinned world view. Enums - ControlEventKind — Runtime control event kind. - Engine — Engine selection for one world. - EngineViewKind — Engine view kind for one worker. - Execution — Execution selection for one world. - FrameKind — Runtime frame kind. - HostBackendStatus — Host backend availability status. - ObservationEventKind — Observation event class. - PolicyDecision — Runtime policy decision. - ResourceState — Runtime resource lifecycle state. - SnapshotFormat — Snapshot export format. - TickResult — Tick result for one world advance. - TraceEventKind — Trace event class. - WorkerExecutor — Worker executor selection. Newtypes - binding — Marks one declaration as a runtime binding. - BranchId — Branch identifier in one world lineage. - CheckpointId — Checkpoint identifier in one world lineage. - EdgeId — Runtime edge identifier. - EdgeKind — Runtime edge kind. - EntityId — Runtime entity identifier. - EntityKind — Runtime entity kind. - FrameId — Runtime frame identifier. - FrameSlotId — Runtime frame slot identifier. - FrameStateId — Runtime frame state identifier. - HeapObjectId — Runtime heap object identifier. - ImageId — Materialized image identifier. - ObservationHandle — Runtime observation handle. - PolicyRuleCursor — Runtime policy rule cursor. - RandomHandle — Deterministic random stream handle. - ResourceKind — Runtime resource kind. - RevisionId — Revision identifier in one world lineage. - RuntimeHandle — Live runtime control handle. - RuntimeId — Runtime identifier in one world. - SnapshotId — Serialized snapshot identifier. - TargetSelector — Runtime policy target selector. - TraceCursorHandle — Runtime trace cursor handle. - TraceSequence — Monotonic trace sequence number. - WorkerHandle — Live worker control handle. - WorkerId — Worker identifier in one world. - WorldHandle — Live world control handle. - WorldViewHandle — Pinned world view handle. Type aliases - Action — Actions for binding policy and sandboxing. - BindingOptions — Options for runtime bindings. - BindingProvider — Binding implementation owner. - EdgeSelector — Edge selector. - EntitySelector — Entity selector. - ExecutionSelector — Runtime execution-mode selector. - HostAction — Actions that touch host-provided facilities. - HostTag — Host tags accepted by runtime bindings. - PlatformFamilyTag — Platform family selectors accepted by runtime bindings. - PlatformTag — Platform tags accepted by runtime bindings. - RuntimeAction — Actions that touch runtime-owned facilities. Functions - branchDescribe — Describe one branch. - branchList — List branches in one world lineage. - breakWorld — Request a debugger break in one world. - checkpointCreate — Create one checkpoint on the active branch. - checkpointDescribe — Describe one checkpoint. - checkpointList — List checkpoints in one world lineage. - closeRandom — Close one deterministic random stream. - closeResource — Close one runtime resource. - edgeList — List edges visible through one pinned world view. - edgeView — Describe one edge visible through one pinned world view. - engineView — Describe the execution engine for one worker visible through one pinned world view. - entityList — List entities visible through one pinned world view. - entityView — Describe one entity visible through one pinned world view. - eventLoopView — Describe the event loop for one worker visible through one pinned world view. - fillRandom — Fill one buffer from a deterministic random stream. - imageCapture — Capture one image at the active revision. - imageDescribe — Describe one image. - imageList — List images in one world lineage. - imageView — Describe the pinned image for one world view. - listFrames — List frames for one worker. - listFrameSlots — List slots for one frame. - listHeapEdges — List outgoing heap edges from one object. - listHeapObjects — List heap objects for one worker. - observationClose — Close one runtime observation subscription. - observationNext — Read the next batch of observation records. - observationOpen — Open one runtime observation subscription. - openRandom — Open one deterministic random stream. - pauseWorld — Pause one world. - readFrameValues — Read values from one frame. - readHeap — Read one worker heap summary. - readPolicy — Read one world's policy rules. - readResourceKind — Read one resource kind. - readResourceState — Read one resource state. - replacePolicy — Replace one world's policy rules. - resourceList — List logical world resources visible through one pinned world view. - resourceView — Describe one logical world resource visible through one pinned world view. - restoreImage — Restore one world from one image. - restoreSnapshot — Restore one world from one snapshot. - resumeWorld — Resume one world. - revisionDescribe — Describe one revision. - revisionList — List revisions in one world lineage. - revisionView — Describe the pinned revision for one world view. - runtimeClose — Close one runtime. - runtimeCreate — Spawn one runtime in one world. - runtimeDescribe — Describe one runtime. - runtimeList — List runtimes visible through one pinned world view. - runtimeView — Describe one runtime visible through one pinned world view. - snapshotCreate — Export one snapshot from one image. - snapshotDescribe — Describe one snapshot. - snapshotImport — Import one serialized snapshot payload. - snapshotList — List snapshots in one world lineage. - snapshotRead — Read one serialized snapshot payload. - splitRandom — Split one deterministic random stream. - stepWorld — Advance one world by one debugger step. - testPolicy — Test one policy query against one world. - traceClose — Close one causal trace cursor. - traceDescribe — Describe one world's causal trace. - traceMark — Append one explicit trace marker. - traceNext — Read the next batch of causal trace records. - traceOpen — Open one causal trace cursor. - traceSeekCheckpoint — Seek one causal trace cursor to one checkpoint boundary. - traceSeekRevision — Seek one causal trace cursor to one revision boundary. - traceSeekSequence — Seek one causal trace cursor to one sequence. - traceTell — Return the current sequence position of one causal trace cursor. - traceView — Describe the pinned trace state for one world view. - workerClose — Close one worker. - workerCreate — Spawn one worker in one runtime. - workerDescribe — Describe one worker. - workerList — List workers visible through one pinned world view. - workerView — Describe one worker visible through one pinned world view. - worldBranch — Return the active branch for one world. - worldClose — Close one world. - worldCreate — Create one world. - worldDescribe — Describe one world. - worldFork — Fork one child world from one revision. - worldRevision — Return the active revision for one world. - worldRewindCheckpoint — Rewind one world to one checkpoint. - worldRewindRevision — Rewind one world to one revision. - worldTick — Advance one world by one scheduler step. - worldView — Describe the world visible through one pinned world view. - worldViewClose — Close one pinned world view. - worldViewOpen — Open one pinned world view.