Skip to main content

Crate hns_browser_runtime

Crate hns_browser_runtime 

Source
Expand description

Session-bound lifecycle for HNS browser authority.

The runtime owns the monotonically increasing generation and event clock shared by mobile and Chromium adapters. Admission stamps include the runtime session so work cannot be replayed into another engine instance, even when both instances happen to have the same generation.

Structs§

BrowserRuntime
Deterministic authority lifecycle and session clock.
RuntimeSessionId
Checked, nonzero identity for one browser-runtime start.
RuntimeSnapshot
Immutable runtime status.
RuntimeStamp
Opaque admission identity for work begun in one runtime session.

Enums§

AuthorityState
Browser authority state required by the browser resolution model.
RuntimeError
Browser-runtime lifecycle or counter failure.

Constants§

RUNTIME_SCHEMA_VERSION
Shared browser-runtime status schema.