Skip to main content

Module realtime_session

Module realtime_session 

Source
Expand description

Backend-neutral realtime session ownership over the singular fair scheduler. Backend-neutral realtime session ownership over the singular fair scheduler.

Structs§

RealtimeHistoryGeneration
History-generation identity preserved across release and resume.
RealtimeModelOwnerIdentity
Typed model owner derived from an exact neutral selected contract.
RealtimeModelSessionIdentity
Exact selected model identity bound to every session in one scheduler.
RealtimeSessionBranch
Unpublished realtime session branch owned by the core scheduler.
RealtimeSessionIncarnation
Monotonically allocated identity for one newly registered session.
RealtimeSessionResumeError
Failed resumption retaining full released state for retry or disposal.
RealtimeSessionScheduler
Singular fair scheduler for one exact selected realtime model.
RealtimeSessionState
Canonical state for one fair-scheduler realtime request.
ReleasedRealtimeSession
Released canonical state which can resume only under the exact model identity.

Enums§

RealtimeSamplingReplacementError
Sampling replacement failure while preserving queued-work ordering.
RealtimeSessionError
Stable session ownership failure before scheduler submission.
RealtimeSessionExecutionError
Batch admission failure before an injected frame executor is called.
RealtimeSessionTransactionError
Failure while publishing or discarding complete session state.

Type Aliases§

RealtimeSamplingUpdateError
Sampling replacement failure specialized to one generation transaction.