Skip to main content

Module realtime_executor

Module realtime_executor 

Source
Expand description

Complete family-blind realtime frame coordination. Mandatory family-blind coordination of one complete realtime frame.

This module joins portable ingress, schedule interpretation, ordered model decisions, delayed payload history, and exact completion attachment. Model equations and native tensor operations remain behind narrow injected traits.

Structs§

PrepublicationRealtimeFrame
Scheduler transition which gates publication on exact completion and host observation.
RealtimeDecisionExecution
Portable text-then-depth decision controls for one realtime executor.
SubmittedRealtimeFrame
One completed native frame paired with the exact completion tracked by the scheduler.

Enums§

RealtimeCompletionCreationError
Failure before completion creation or after native work already began.
RealtimeFrameCoordinatorError
Failure while coordinating an unpublished complete realtime frame.
RealtimeHostOutputUnavailable
A prepublication frame was consumed before a successful host observation was available.
RealtimePrepublicationError
Exact-completion or host-observation failure before session publication.

Traits§

PreparedRealtimeFrameExecutor
Architecture-owned execution of one already interpreted realtime frame.
RealtimeFrameCompletionMechanism
Narrow exact-completion mechanism for a fully interpreted frame.
RealtimeFrameHostObserver
Family-blind conversion of one completed native frame into its host representation.

Functions§

execute_realtime_frame
Coordinates one complete realtime frame on an already unpublished branch.