Skip to main content

Module realtime

Module realtime 

Source
Expand description

Atomic realtime model, schedule, sampler, and random-state transactions. Atomic runtime ownership for one realtime model-generation transition.

Architecture equations decide what work to submit. This module owns the portable publication boundary across model/cache state, delayed-frame scheduling, sequential sampler state, and backend randomness.

Structs§

RealtimeGenerationBranch
Unpublished branch of every mutable component in one realtime transition.
RealtimeGenerationState
Canonical composite state for realtime model generation.

Enums§

RealtimeCompletionAttachmentError
Failure to attach exact backend completion evidence to a branch.
RealtimeFrameExecutionError
Failure while executing or atomically publishing one realtime frame.
RealtimeGenerationTransactionError
Invalid composite branch construction or publication.

Traits§

RealtimeFrameTransition
Additive execution contract for architectures that consume realtime frames.